Commit b185aa4
authored
test_plugin_helper: fix test class name (#5064)
**Which issue(s) this PR fixes**:
Fixes #
**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 <[email protected]>1 parent 245b1be commit b185aa4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments