We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee7576 commit 388330eCopy full SHA for 388330e
test/comparison.jl
@@ -27,7 +27,9 @@ function test_errors()
27
)
28
@test_throws err ExponentsIterator{M}([0], maxdegree = 2)
29
exps = ExponentsIterator{LexOrder}([0])
30
- err = ErrorException("The iterator is infinity because `maxdegree` is `nothing`.")
+ err = ErrorException(
31
+ "The iterator is infinity because `maxdegree` is `nothing`.",
32
+ )
33
@test_throws err length(exps)
34
end
35
0 commit comments