mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-15 23:48:10 +08:00
Rename DSVReader to DSV
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
require_relative '../test_helper'
|
||||
|
||||
class YouPlotDSVReaderTest < Test::Unit::TestCase
|
||||
class YouPlotDSVTest < Test::Unit::TestCase
|
||||
def setup
|
||||
@m = YouPlot::DSVReader
|
||||
@m = YouPlot::DSV
|
||||
end
|
||||
|
||||
test :transpose2 do
|
||||
|
Reference in New Issue
Block a user