Skip to content
Snippets Groups Projects
Commit a4d77e97 authored by Martin's avatar Martin
Browse files

OZG-6741 OZG-7612 fix typo

parent 71ee4ce5
No related branches found
No related tags found
No related merge requests found
...@@ -49,10 +49,10 @@ describe('AdminOrganisationsEinheitService', () => { ...@@ -49,10 +49,10 @@ describe('AdminOrganisationsEinheitService', () => {
}); });
describe('createInKeycloak', () => { describe('createInKeycloak', () => {
const organisationsEiheit: AdminOrganisationsEinheit = createAdminOrganisationsEinheit(); const organisationsEinheit: AdminOrganisationsEinheit = createAdminOrganisationsEinheit();
it('should call repository create', () => { it('should call repository create', () => {
(service as any).createInKeycloak(organisationsEiheit); (service as any).createInKeycloak(organisationsEinheit);
expect(repository.create).toHaveBeenCalledWith(organisationsEiheit); expect(repository.create).toHaveBeenCalledWith(organisationsEinheit);
}); });
}); });
}); });
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<h1 class="heading-1 mb-4">Organisationseinheiten</h1> <h1 class="heading-1 mb-4">Organisationseinheiten</h1>
<ods-button <ods-button
text="Organisationseiheit hinzufügen" text="Organisationseinheit hinzufügen"
dataTestId="add-organisationseinheit-button" dataTestId="add-organisationseinheit-button"
class="mb-4 block" class="mb-4 block"
(clickEmitter)="openDialog()" (clickEmitter)="openDialog()"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment