Skip to content

Commit

Permalink
test: fix BigFloat test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gwater committed Sep 30, 2020
1 parent 9f942c1 commit a33c555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interval_tests/construction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ end
@test isequal(hash(x), hash(y))

x = 0.1
y = IntervalArithmetic.big53(x)
y = IntervalArithmetic.bigequiv(x)
@test isequal(x, y)
@test isequal(hash(x), hash(y))

Expand Down

0 comments on commit a33c555

Please sign in to comment.