Skip to content

Commit 741d72e

Browse files
committed
Fix test
1 parent dc1589e commit 741d72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/polyform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ end
8080

8181
@testset "as_polynomial" begin
8282

83-
@syms x y
83+
@syms x y z
8484
@eqtest as_polynomial((f, x, y) -> f(gcd(x, y)), 10x+10y, 5*(x^2-y^2)) == 5x + 5y
8585
@test as_polynomial((f, x, y) -> f(gcd(x, y)), 10x+10y, 5*(x^2-y^2), polyform=true) isa PolyForm
8686
@test repr(as_polynomial((f, x, y) -> f(gcd(x, y)), 10x+10y, 5*(x^2-y^2), polyform=true)) == repr(5x + 5y)

0 commit comments

Comments
 (0)