Skip to content

Commit

Permalink
Add todo for mod with between two intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
petvana committed May 26, 2022
1 parent ea00b23 commit ff47910
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/interval_tests/numeric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -460,4 +460,7 @@ end
@test mod(x, 0.5) == 0..0.5

@test_throws AssertionError mod(x, -1)

# TODO - implement mod for two intervals
@test_throws TypeError mod(1..2, 1.4..1.5)
end

0 comments on commit ff47910

Please sign in to comment.