Fix test class name

This commit is contained in:
kojix2 2021-05-28 11:21:00 +09:00
parent 8f52955c19
commit 801c2a4920
2 changed files with 1 additions and 7 deletions

View File

@ -2,7 +2,7 @@
require_relative '../../test_helper'
class YouPlotCommandTest < Test::Unit::TestCase
class ProcessingTest < Test::Unit::TestCase
test :count_values do
@m = YouPlot::Backends::Processing
assert_equal([%i[a b c], [3, 2, 1]], @m.count_values(%i[a a a b b c]))

View File

@ -1,6 +0,0 @@
# frozen_string_literal: true
require_relative '../../test_helper'
class YouPlotPlotTest < Test::Unit::TestCase
end