Skip to content

Commit c7dacc9

Browse files
fix typo
1 parent f65ab8d commit c7dacc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ end
260260
@test ArrayInterface.ensures_sorted(1:10)
261261
end
262262

263-
@testset "linearalgebra instances" being
263+
@testset "linearalgebra instances" begin
264264
for A in [rand(2,2), rand(Float32,2,2), rand(BigFloat,2,2)]
265265
@test ArrayInterface.bunchkaufman_instance(A) isa typeof(bunchkaufman(A' * A))
266266
@test ArrayInterface.cholesky_instance(A) isa typeof(cholesky(A' * A))

0 commit comments

Comments
 (0)