Skip to content

Commit

Permalink
Fix a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Oct 4, 2024
1 parent 493a6c9 commit 6b5ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AlgebraicGeometry/Schemes/CoveredScheme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
new_cov = Covering(append!(AbsAffineScheme[V1, V2], patches(orig_cov)[2:end]))
Oscar.inherit_gluings!(new_cov, orig_cov)
Oscar.inherit_decomposition_info!(X, new_cov, orig_cov=orig_cov)
@test Oscar.decomposition_info(new_cov)[V2] == [OO(V2)(x-1)]
@test Oscar.decomposition_info(new_cov)[V1] == [OO(V1)(x)]
end

@testset "fiber products of coverings" begin
Expand Down

0 comments on commit 6b5ffbd

Please sign in to comment.