Skip to content
Snippets Groups Projects
Commit 065ffe51 authored by Albert Bruns's avatar Albert Bruns
Browse files

OZG-7472-7772 fix test

parent 332c6f9b
No related branches found
No related tags found
1 merge request!62OZG-7472-7772
...@@ -438,7 +438,7 @@ describe('UserFormService', () => { ...@@ -438,7 +438,7 @@ describe('UserFormService', () => {
}); });
it('should return bauamt group when active', () => { it('should return bauamt group when active', () => {
const organisationsEinheit: AdminOrganisationsEinheit = { name: 'bauamt' }; const organisationsEinheit: AdminOrganisationsEinheit = createAdminOrganisationsEinheit();
organisationsEinheitenGroup.addControl(organisationsEinheit.name, new FormControl(true)); organisationsEinheitenGroup.addControl(organisationsEinheit.name, new FormControl(true));
const result: string[] = formService._getActiveOrganisationsEinheiten(); const result: string[] = formService._getActiveOrganisationsEinheiten();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment