fix: remove edx keyword from tests (#698)

This commit is contained in:
Zainab Amir
2022-12-12 21:23:12 +05:00
committed by GitHub
parent 5af93a57c7
commit 5bfdd8e1ef
11 changed files with 25 additions and 30 deletions

View File

@@ -39,7 +39,7 @@ describe('Logistration', () => {
);
beforeEach(() => {
auth.getAuthenticatedUser = jest.fn(() => ({ userId: 3, username: 'edX' }));
auth.getAuthenticatedUser = jest.fn(() => ({ userId: 3, username: 'test-user' }));
});
it('should render registration page', () => {
configure({