Skip to content

Commit ea35438

Browse files
committed
tweak tests slightly
1 parent 095ce1f commit ea35438

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/symmetric.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,11 +1036,11 @@ end
10361036
@test Aherm.uplo == LinearAlgebra.char_uplo(uplo)
10371037
end
10381038
@testset "hermitianpart for numbers" begin
1039-
@test hermitianpart(3 + 4im) == 3
1040-
@test hermitianpart(5) == 5.0
1041-
@test hermitianpart(2.5) == 2.5
1042-
@test hermitianpart(-1 + 0im) == -1
1043-
end
1039+
@test hermitianpart(3 + 4im) == 3
1040+
@test hermitianpart(5) == 5.0
1041+
@test hermitianpart(2.5 + 4.3im) == 2.5
1042+
@test hermitianpart(-1 + 0im) == -1
1043+
end
10441044
end
10451045

10461046
@testset "Structured display" begin

0 commit comments

Comments
 (0)