Skip to content

Commit

Permalink
Merge pull request #649 from JuliaSymbolics/fix/eqtest-redefinition
Browse files Browse the repository at this point in the history
Fix: Resolve `@eqtest` method redefinition warning
  • Loading branch information
bowenszhu authored Sep 13, 2024
2 parents 0626e8f + 597c566 commit d143b79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/polyform.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using SymbolicUtils: PolyForm, Term, symtype
using Test, SymbolicUtils

include("utils.jl")

@testset "div and polyform" begin
@syms x y z
@test_skip repr(PolyForm(x-y)) == "-y + x"
Expand Down

0 comments on commit d143b79

Please sign in to comment.