Skip to content

Commit 3e5940f

Browse files
committed
another issetequal
1 parent 23d3fa4 commit 3e5940f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/vectorspaces/sumspace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ end
245245
@test !(V (V, V))
246246

247247
# blocksectors tests
248-
@test @constinferred(blocksectors(one(V) one(V))) == (C0, D0)
248+
@test issetequal(@constinferred(blocksectors(one(V) one(V))), (C0, D0))
249249
@test issetequal(@constinferred(blocksectors(V V)), sectors(V))
250250
@test @constinferred(blocksectors(one(V))) == [C0, D0]
251251
for v in [VC, VCM, VMD]

0 commit comments

Comments
 (0)