mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 15:41:12 +08:00
Fix test class name
This commit is contained in:
parent
8f52955c19
commit
801c2a4920
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
require_relative '../../test_helper'
|
require_relative '../../test_helper'
|
||||||
|
|
||||||
class YouPlotCommandTest < Test::Unit::TestCase
|
class ProcessingTest < Test::Unit::TestCase
|
||||||
test :count_values do
|
test :count_values do
|
||||||
@m = YouPlot::Backends::Processing
|
@m = YouPlot::Backends::Processing
|
||||||
assert_equal([%i[a b c], [3, 2, 1]], @m.count_values(%i[a a a b b c]))
|
assert_equal([%i[a b c], [3, 2, 1]], @m.count_values(%i[a a a b b c]))
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
require_relative '../../test_helper'
|
|
||||||
|
|
||||||
class YouPlotPlotTest < Test::Unit::TestCase
|
|
||||||
end
|
|
Loading…
Reference in New Issue
Block a user