Skip to content

Commit

Permalink
repaired another test
Browse files Browse the repository at this point in the history
  • Loading branch information
anne committed Nov 14, 2024
1 parent e4741a9 commit a2f81d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AlgebraicGeometry/Schemes/AffineSchemes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ end
Z = spec(R, S)
@test dim(Z) == 4

S = complement_of_prime_ideal(R, [x-1, x-1, x-1])
S = complement_of_prime_ideal(ideal(R, [x-1, y-1, z-1]))
I = ideal(R, [x-1, y-1])*ideal(R, z)
L, _ = localization(R, S)
W, _ = quo(L, L(I))
Expand Down

0 comments on commit a2f81d8

Please sign in to comment.