fix coverage due to wrongly named file

This commit is contained in:
Joseph Petersen 2020-05-30 15:37:52 +02:00
parent 68f35e44ce
commit 52f60f8243
No known key found for this signature in database
GPG Key ID: 05756914983DA9E9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import org.jvnet.hudson.test.JenkinsRule;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThrows;
public class YamlMaxAliasesCollection {
public class YamlMaxAliasesCollectionTest {
private JenkinsRule j;