From 597c566cd30f6f713e3aba327d1cb456c0b45ad9 Mon Sep 17 00:00:00 2001 From: "Bowen S. Zhu" Date: Fri, 13 Sep 2024 16:24:18 -0400 Subject: [PATCH] Fix: Resolve `@eqtest` method redefinition warning --- test/polyform.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/polyform.jl b/test/polyform.jl index 5c68ddced..03c158c9d 100644 --- a/test/polyform.jl +++ b/test/polyform.jl @@ -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"