Skip to content

Commit

Permalink
Fix typo in toric blowup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paemurru committed Jan 27, 2025
1 parent a5038e9 commit c3796d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/Schemes/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# more tests are in `test/AlgebraicGeometry/Schemes/`
#
@testset "Blow ups in existing rays" begin
@testset "Blowups in existing rays" begin
c = positive_hull([1 0 0; 1 1 0; 1 1 1; 1 0 1])
ntv = normal_toric_variety(c)
bl0 = blow_up(ntv, [1,0,0])
Expand All @@ -15,7 +15,7 @@
@test exceptional_prime_divisor(bl1) == toric_divisor(domain(bl1), [1,0,0,0])
end

@testset "Blow ups along minimal supercone coordinates" begin
@testset "Blowups along minimal supercone coordinates" begin
P2 = projective_space(NormalToricVariety, 2)
f_1 = blow_up_along_minimal_supercone_coordinates(P2, [2, 3, 0])
f_2 = blow_up(P2, [2, 3])
Expand Down

0 comments on commit c3796d9

Please sign in to comment.