Skip to content

Commit ed1b085

Browse files
authored
fix testset
1 parent bec6120 commit ed1b085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bidiag.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Random.seed!(1)
512512
@test Matrix{ComplexF64}(BD) == BD
513513
end
514514

515-
@testset "Constructors with Char uplo"
515+
@testset "Constructors with Char uplo" begin
516516
@test Bidiagonal(Int8[1,2], [1], 'U') == Bidiagonal(Int8[1,2], [1], :U)
517517
end
518518

0 commit comments

Comments
 (0)