Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefBouch committed Aug 29, 2024
1 parent 789f315 commit a7fc671
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/admin/PersonManagementView.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { usePersonStore, type PersonendatensatzResponse, type PersonStore } from
import { usePersonenkontextStore, type PersonenkontextStore } from '@/stores/PersonenkontextStore';
import { OrganisationsTyp, useOrganisationStore, type OrganisationStore } from '@/stores/OrganisationStore';
import { nextTick } from 'vue';
import { useRolleStore, type RolleResponse, type RolleStore } from '@/stores/RolleStore';
import { RollenMerkmal, useRolleStore, type RolleResponse, type RolleStore } from '@/stores/RolleStore';
import { useSearchFilterStore, type SearchFilterStore } from '@/stores/SearchFilterStore';
import type { FindRollenResponse } from '@/api-client/generated/api';
import type WrapperLike from '@vue/test-utils/dist/interfaces/wrapperLike';
Expand Down Expand Up @@ -84,7 +84,8 @@ beforeEach(() => {
typ: OrganisationsTyp.Klasse,
administriertVon: 'string',
editable: true,
befristung: '2024-03-03'
befristung: '2024-03-03',
merkmale: RollenMerkmal.KopersPflicht
},
],
},
Expand Down

0 comments on commit a7fc671

Please sign in to comment.