Skip to content

Commit

Permalink
added small test for OptionSet value conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
alexej-jordan committed Apr 1, 2024
1 parent 25d11bf commit 037a0d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/perlobj.jl
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,7 @@
end

end

@testset verbose=true "OptionSet" begin
@test Polymake.OptionSet(Dict(:asdf => [1, 2, 3])) isa Polymake.OptionSet
end

0 comments on commit 037a0d3

Please sign in to comment.