Skip to content

Commit 7d1c965

Browse files
committed
mark tests as no longer broken
1 parent 18aa158 commit 7d1c965

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
@@ -98,8 +98,8 @@ for V in spacelist
9898
next = @constinferred Nothing iterate(bs, state)
9999
b2 = @constinferred block(t, first(blocksectors(t)))
100100
@test b1 == b2
101-
@test_broken eltype(bs) === Pair{typeof(c), typeof(b1)}
102-
@test_broken typeof(b1) === TensorKit.blocktype(t)
101+
@test eltype(bs) === Pair{typeof(c), typeof(b1)}
102+
@test typeof(b1) === TensorKit.blocktype(t)
103103
@test typeof(c) === sectortype(t)
104104
end
105105
end

0 commit comments

Comments
 (0)