Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHnt committed Feb 6, 2025
1 parent 19d3499 commit 82e236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interval_tests/consistency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
@test !(isdisjoint_interval(a, b))
@test isdisjoint_interval(emptyinterval(a), a)
@test isdisjoint_interval(emptyinterval(), emptyinterval())
@test isdisjoint_interval(interval(1, 2), interval(3, 4), interval(5, 6), interval(1, 2))
@test !isdisjoint_interval(interval(1, 2), interval(3, 4), interval(5, 6), interval(1, 2))
end

@testset "Comparison tests" begin
Expand Down

0 comments on commit 82e236e

Please sign in to comment.