Skip to content

Commit 7560fd9

Browse files
committed
mark tests as no longer broken
1 parent 41da06f commit 7560fd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cuda/tensors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ for V in spacelist
9696
next = @constinferred Nothing iterate(bs, state)
9797
b2 = @constinferred block(t, first(blocksectors(t)))
9898
@test b1 == b2
99-
@test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
100-
@test_broken typeof(b1) === TensorKit.blocktype(t)
99+
@test eltype(bs) === Pair{typeof(c), typeof(b1)}
100+
@test typeof(b1) === TensorKit.blocktype(t)
101101
@test typeof(c) === sectortype(t)
102102
end
103103
end

0 commit comments

Comments
 (0)