Skip to content
Snippets Groups Projects
Commit af463c1c authored by OZGCloud's avatar OZGCloud
Browse files

better type in test

parent 35f1901c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ export function createVorgang(): Vorgang {
return {
createdAt: faker.date.past(),
name: faker.lorem.word(),
status: <VorgangStatus>faker.lorem.word().toUpperCase(),
status: faker.random.arrayElement([VorgangStatus.NEU, VorgangStatus.ABGESCHLOSSEN, VorgangStatus.BESCHIEDEN, VorgangStatus.VERWORFEN]),
aktenzeichen: faker.lorem.word(),
nextFrist: faker.date.future()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment