mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Fix typo
This commit is contained in:
parent
9fcb647aa5
commit
08b946fb7e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user