Skip to content

Commit 269a0e0

Browse files
daipomWatson1978
andauthored
Backport(v1.16): test_plugin_helper: fix test class name (#5064) (#5083)
**Which issue(s) this PR fixes**: * Backport #5064 **What this PR does / why we need it**: `test_config.rb` and `test_plugin_helper.rb` has same class name. https://github.com/fluent/fluentd/blob/338050012279f401af41c95049d82cb98b2a370b/test/test_config.rb#L8 https://github.com/fluent/fluentd/blob/338050012279f401af41c95049d82cb98b2a370b/test/test_plugin_helper.rb#L5 The test class name should be unique. **Docs Changes**: Not needed. **Release Note**: CI improvements. Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com> Co-authored-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 5c6ab69 commit 269a0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_plugin_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'fluent/plugin_helper'
33
require 'fluent/plugin/base'
44

5-
class ConfigTest < Test::Unit::TestCase
5+
class PluginHelperTest < Test::Unit::TestCase
66
module FluentTest; end
77

88
sub_test_case 'Fluent::Plugin::Base.helpers method works as shortcut to include helper modules' do

0 commit comments

Comments
 (0)