Skip to content

Commit

Permalink
- fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
severinbeauvais committed Nov 15, 2023
1 parent b92a162 commit 88249e2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tests/unit/AgmExtension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,21 @@ describe('AGM Extension view', () => {
agmExtension: {
agmDueDate: null,
agmYear: null,
alreadyExtended: null,
currentDate: '2023-11-06',
expireDateApprovedExt: null,
expireDateCurrExt: undefined,
extReqForAgmYear: undefined,
extensionDuration: NaN,
incorporationDate: new Date('2000-01-01T08:00:00.000Z'),
intendedAgmDate: undefined,
isEligible: true,
isFirstAgm: null,
isGoodStanding: true,
alreadyExtended: null,
requestExpired: null
prevAgmRefDate: undefined,
requestExpired: null,
totalApprovedExt: NaN,
year: null
},
business: {
foundingDate: '2000-01-01T08:00:00.000+00:00',
Expand Down

0 comments on commit 88249e2

Please sign in to comment.