Skip to content

Commit

Permalink
test working
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydellavecchia committed Sep 29, 2023
1 parent e680a7e commit 0faef12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Serialization/PolynomialsSeries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ cases = [
@testset "Serialization.Polynomials.and.Series" begin
mktempdir() do path
@testset "Empty Ideal" begin
i = Oscar.ideal(QQ[:x, :y], [])
i = Oscar.ideal(QQ[:x, :y][1], [])
test_save_load_roundtrip(path, i) do loaded
loaded == i
end
end


for case in cases
@testset "Univariate Polynomial over $(case[4])" begin
R, z = polynomial_ring(case[1], "z")
Expand Down

0 comments on commit 0faef12

Please sign in to comment.