Skip to content

Commit 5b2b73d

Browse files
fix tests
1 parent 0d820a6 commit 5b2b73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms/other-algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
R, (x,y,z) = polynomial_ring(GF(101),["x","y","z"])
77
I = Ideal([x+2*y+2*z-1, x^2+2*y^2+2*z^2-x, 2*x*y+2*y*z-y])
8-
@test iszero(dimension(I))
8+
@test isone(dimension(I))
99
end

0 commit comments

Comments
 (0)