Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed May 11, 2022
1 parent c22828c commit df0d5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/jalaali.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe("Jalaali", () => {
const date = jalaaliUtils.date(TEST_TIMESTAMP);

expect(jalaaliUtils.endOfYear(date).toISOString()).toEqual(
"2018-03-20T23:59:59.999Z"
"2019-03-20T23:59:59.999Z"
);
});

Expand Down

0 comments on commit df0d5a0

Please sign in to comment.