Skip to content

Commit

Permalink
changed typon in sideal-test.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
raulepure committed Feb 14, 2019
1 parent 78ee441 commit 7101bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ideal/sideal-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ function test_sideal_jacobi()

M = R[2 5; 5 2]

@test equal(J, M)
@test J == M

println("PASS")
end
Expand All @@ -380,7 +380,7 @@ function test_sideal_zerodim()
@test dim == 7

# Check vector space basis
@test equal(J,B)
@test equal(J, B)

#Check highcorner
@test f == y^4
Expand Down

0 comments on commit 7101bcf

Please sign in to comment.