We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f754b5 commit fc7714aCopy full SHA for fc7714a
1 file changed
test/vectorspaces/sumspace.jl
@@ -249,10 +249,10 @@ end
249
@test issetequal(@constinferred(blocksectors(V ← V)), sectors(V))
250
@test @constinferred(blocksectors(one(V))) == [C0, D0]
251
for v in [VC, VCM, VMD]
252
- @test @constinferred(blocksectors(v^2)) == blocksectors(v ← v)
+ @test issetequal(@constinferred(blocksectors(v^2)), blocksectors(v ← v))
253
end
254
for v in [WM, WMop]
255
@test isempty(@constinferred(blocksectors(v^2)))
256
- @test @constinferred(blocksectors(v ← v)) == blocksectors(v)
+ @test issetequal(@constinferred(blocksectors(v ← v)), blocksectors(v))
257
258
0 commit comments