From c3796d9e9d3ff887430db5a682ee6df91c78b9bd Mon Sep 17 00:00:00 2001 From: Erik Paemurru Date: Mon, 27 Jan 2025 11:45:49 +0100 Subject: [PATCH] Fix typo in toric blowup tests --- experimental/Schemes/test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/Schemes/test/runtests.jl b/experimental/Schemes/test/runtests.jl index 892675f745ce..ddf4425e8c94 100644 --- a/experimental/Schemes/test/runtests.jl +++ b/experimental/Schemes/test/runtests.jl @@ -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]) @@ -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])