Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jul 29, 2024
1 parent a177d0f commit 984e5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
@test eq(plus_rev(x, y, z),
(bareinterval(0, 1), bareinterval(0, 1), bareinterval(0, 1)))

@test eq(sin_rev(bareinterval(0..1), bareinterval(3..4)),
@test eq(sin_rev(bareinterval(0, 1), bareinterval(3, 4)),
(bareinterval(0, 1), bareinterval(3, 3.1415926535897936)))
end

Expand Down

0 comments on commit 984e5e4

Please sign in to comment.