Skip to content

Commit

Permalink
Missing tests for IdSet
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Oct 20, 2024
1 parent 1fd7ada commit e767afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@ end
@test !isempty(A)
A = empty!(A)
@test isempty(A)
@test isnothing(sizehint!(A, 10))
@test Base.copymutable(A) == copy(A)
end

@testset "⊊, ⊋" begin
Expand Down

0 comments on commit e767afa

Please sign in to comment.