Skip to content

Commit 7550d8e

Browse files
committed
Add collect test
1 parent cc6a8a3 commit 7550d8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/monovec.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
@test (@inferred monovec([1], [x]))[2] isa AbstractArray{<:AbstractMonomial}
2323
@test length(monovec([y, x])) == 2
2424
X = monovec([x, 1, x*y])
25+
@test X == collect(X)
2526
@test nvariables(X) == 2
2627
@test variables(X)[1] == x
2728
@test variables(X)[2] == y

0 commit comments

Comments
 (0)