Skip to content

Commit 21da8aa

Browse files
committed
Fix UnivPoly tests
1 parent 2e0dfb9 commit 21da8aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/generic/UnivPoly-test.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,9 +1113,9 @@ end
11131113
@test length(g) == length(g1)
11141114
@test length(h) == length(h1)
11151115

1116-
@test base_ring(f1) === U
1117-
@test base_ring(g1) === U
1118-
@test base_ring(h1) === U
1116+
@test coefficient_ring(f1) === U
1117+
@test coefficient_ring(g1) === U
1118+
@test coefficient_ring(h1) === U
11191119

11201120
f2 = map_coefficients(x->x^2, f)
11211121
g2 = map_coefficients(x->x^2, g)

0 commit comments

Comments
 (0)