mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-28 01:58:07 +08:00
Fix typo
This commit is contained in:
@@ -126,6 +126,6 @@ class YouPlotDSVTest < Test::Unit::TestCase
|
|||||||
[2, 4],
|
[2, 4],
|
||||||
[3, 5, 6]], false, false))
|
[3, 5, 6]], false, false))
|
||||||
|
|
||||||
assert_equal([[], [] ,[]], @m.get_series([[1, 2, 3]], true, false))
|
assert_equal([[], [], []], @m.get_series([[1, 2, 3]], true, false))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user