Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
daanhb committed Feb 29, 2024
1 parent 20d6a15 commit 33b619c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_setoperations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
@test !issubset_domain([0,1,2], 0..1)
@test issubset_domain(Set([0,1]), 0..1)
@test !issubset_domain(Set([0,2]), 0..1)
@test issubset_domain([0,1], 0:5)

@test uniondomain() == EmptySpace{Any}()
@test uniondomain(0..1) == 0..1
Expand Down

0 comments on commit 33b619c

Please sign in to comment.