Skip to content

Commit 9f705c7

Browse files
authored
Add ASCII to available border types in tests (#69)
Following up to #63 Update the test code
1 parent 806ae24 commit 9f705c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class UnicodePlotTest < Test::Unit::TestCase
66
end
77

88
test("UnicodePlot.border_types") do
9-
available_border_types = [:solid, :corners, :barplot]
9+
available_border_types = [:solid, :ascii, :corners, :barplot]
1010
assert_equal(available_border_types.sort,
1111
UnicodePlot.border_types.sort)
1212
end

0 commit comments

Comments
 (0)