Skip to content
Snippets Groups Projects
Verified Commit f0170c40 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-6733 fix unit test

parent 2a10e4b8
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ describe('UserAddFormService', () => {
it('should show success message', () => {
formService.handleOnCreateUserSuccess();
expect(snackBarService.showInfo).toHaveBeenCalledWith('Benutzer wurde erfolgreich hinzugefügt.');
expect(snackBarService.showInfo).toHaveBeenCalledWith('Der Benutzer wurde hinzugefügt.');
});
it('should navigate back to user list', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment