Skip to content

Commit

Permalink
test: add missing value for changesetInitialData
Browse files Browse the repository at this point in the history
  • Loading branch information
remadex committed Dec 6, 2024
1 parent 5a2978d commit 1f9800b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/unit/services/changesets/register/changesets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ export const changesetInitialData = {
password: '123',
birthDate: new Date(),
category: 'a',
isFree: true,
status: 'employee',
time: new Date(2022, 0, 1, 22, 30, 0),
period: [new Date(2022, 0, 1, 22, 30, 0), new Date(2023, 0, 1, 22, 30, 0)],
cv: null,
confirmPassword: '123',
} satisfies RegisterDTO;

0 comments on commit 1f9800b

Please sign in to comment.