Skip to content

Commit

Permalink
Fix typo in test name.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
maleadt authored Aug 25, 2021
1 parent adb914e commit e73f062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsuite/linalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ end
end
end

@testsuite "linalg/symmetrix" (AT, eltypes)->begin
@testsuite "linalg/symmetric" (AT, eltypes)->begin
@testset "Hermitian" begin
A = rand(Float32,2,2)
A = A*A'+I #posdef
Expand Down

0 comments on commit e73f062

Please sign in to comment.