Skip to content

Commit 2f0cce5

Browse files
committed
frontend: fix tests
1 parent 2305a4e commit 2f0cce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/__tests__/register.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ describe('Register Component', () => {
304304
expect(mockShowAlert).toHaveBeenCalledWith(
305305
'register.registration_successful',
306306
'success',
307-
'registe',
307+
'register',
308308
'alert_default_success'
309309
);
310310
});

0 commit comments

Comments
 (0)