We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34624fb commit 3555883Copy full SHA for 3555883
1 file changed
test/test-utils.rb
@@ -1,8 +1,8 @@
1
class UnicodePlotTest < Test::Unit::TestCase
2
test("UnicodePlot.canvas_types") do
3
available_canvas_types = [:ascii, :block, :braille, :density, :dot]
4
- assert_equal(available_canvas_types,
5
- UnicodePlot.canvas_types)
+ assert_equal(available_canvas_types.sort,
+ UnicodePlot.canvas_types.sort)
6
end
7
8
test("UnicodePlot.border_types") do
0 commit comments