Skip to content

Commit

Permalink
Added Tests for Monomial.Minus
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwesi Rutledge committed May 26, 2024
1 parent 44db3b8 commit 6c67e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/symbolic/monomial_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func TestMonomial_Minus4(t *testing.T) {
)
}
}()
m1.Minus("x")
_ = m1.Minus(s2)
}

/*
Expand Down Expand Up @@ -1407,5 +1407,5 @@ func TestMonomial_String2(t *testing.T) {
}
}()

m1.String()
_ = m1.String()
}

0 comments on commit 6c67e5f

Please sign in to comment.