Skip to content

Commit

Permalink
Added test to check the right type of the results.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulepure committed Feb 27, 2020
1 parent 935bd25 commit 361acb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ideal/sideal-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,7 @@ end
@test L1 == [x, y, u]
@test L2 == [[x, y, u], [y, u, v], [x, u, w], [u, v, w]]
@test L3 == [[x, y, u], [y, u, v], [x, u, w], [u, v, w], [y, w]]
@test typeof(L1) == Array{spoly{n_Q}, 1}
@test typeof(L2) == Array{Array{spoly{n_Q}, 1}, 1}
end

0 comments on commit 361acb4

Please sign in to comment.