Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Apr 8, 2024
1 parent 68e3634 commit 5fa2fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/src/duration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Performs duration class unit test', () => {

test('as months should return correct value', () => {
const dr = new Duration({ days: 2 })
expect(dr.asMonths).toStrictEqual(0.06666666666666667)
expect(dr.asMonths).toBeLessThanOrEqual(0.06666666666666667)
})

test('hours should return correct value', () => {
Expand Down

0 comments on commit 5fa2fac

Please sign in to comment.