Skip to content

Commit d294c5f

Browse files
committed
fix the last test
1 parent 2848707 commit d294c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simplify.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ identity_op = Operation(identity,[x])
1414
@test isequal(simplify(identity_op), x)
1515

1616
minus_op = -x
17-
@test isequal(simplify(minus_op), -x)
17+
@test isequal(simplify(minus_op), -1x)
1818
simplify(minus_op)
1919

2020
@variables x

0 commit comments

Comments
 (0)