Skip to content

Commit 9a7a9ca

Browse files
committed
fix test
1 parent 1f61dd8 commit 9a7a9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/show.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
@test sprint(show, -(1.0 + 3.1im) * z*x) == "(-1.0 - 3.1im)xz"
2525
@test sprint(show, x^2 + (1.0 + 3.1im) * x) == "x^2 + (1.0 + 3.1im)x"
2626
@test sprint(show, x^2 - (1.0 + 3.1im) * x) == "x^2 + (-1.0 - 3.1im)x"
27-
@test sprint(show, [1.0, 2.0] * x == "([1.0, 2.0])x")
27+
@test sprint(show, [1.0, 2.0] * x) == "([1.0, 2.0])x"
2828
end

0 commit comments

Comments
 (0)