Skip to content

Commit

Permalink
correct "close to" float match expectation (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmelton authored Sep 15, 2023
1 parent 0c31378 commit 51eff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vitest.res
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ module Matchers = (
@send external toBeNaN: expected => Config.return<'a> = "toBeNaN"

@send
external toBeClosedTo: (expected, t, int) => Config.return<'a> = "toBeClosedTo"
external toBeCloseTo: (expected, t, int) => Config.return<'a> = "toBeCloseTo"

@send
external toBeGreaterThan: (expected, t) => Config.return<'a> = "toBeGreaterThan"
Expand Down

0 comments on commit 51eff08

Please sign in to comment.