Skip to content

Commit 02424b3

Browse files
committed
add some tests
1 parent 4401c9f commit 02424b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/symmetries/spaces.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ end
444444
@test W[3] == V5
445445
@test W[4] == V4
446446
@test W[5] == V3
447+
@test all(W .== (V1, V2, V5, V4, V3))
448+
@test @constinferred(map(isdual, W)) == ntuple(i -> isdual(W[i]), length(W))
447449
@test @constinferred(hash(W)) == hash(deepcopy(W)) != hash(W')
448450
@test W == deepcopy(W)
449451
cod = codomain(W)

0 commit comments

Comments
 (0)