Skip to content

Commit

Permalink
Add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 21, 2022
1 parent f7aaf85 commit 0ce485a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/copy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ end
@test typeof(a) === typeof(b)
@test a != b
@test a !== b
@test typeof(a.lock) === typeof(b.lock)
@test a.lock != b.lock
@test a.lock !== b.lock
@test islocked(a.lock)
@test !islocked(b.lock)
end

0 comments on commit 0ce485a

Please sign in to comment.