Skip to content

Commit

Permalink
Update source-owner.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois authored Dec 5, 2024
1 parent 2412f62 commit 37214cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ describe('SourceOwner', () => {
birth_date: '1947-11-11'
});

expect(actual.birth_date?.toJSON()).toBe('1947-11-10T23:00:00.000Z');
expect(actual.birth_date?.toJSON()).toBe('1947-11-11T00:00:00.000Z');
});
});

0 comments on commit 37214cc

Please sign in to comment.