Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Zach <85350711+HechtiDerLachs@users.noreply.github.com>
  • Loading branch information
RafaelDavidMohr and HechtiDerLachs authored Sep 26, 2024
1 parent 11bf9f4 commit de3ec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Modules/MPolyQuo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ end
v = [x*A2[1] + y*A2[2], z*A2[1] + (x-1)*A2[2]]
M, _ = quo(A2, v)
p = free_resolution(M, length = 11)
@test !iszero(p[10])
@test p[10] isa FreeMod
end

@testset "free resolutions II" begin
Expand Down

0 comments on commit de3ec65

Please sign in to comment.