Removing underscore '_' from Classname
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
511bc60934
commit
db2a563b40
|
@ -34,7 +34,7 @@ import static org.hamcrest.Matchers.is;
|
|||
* Tests of poor various name=value scenarios and expectations of results
|
||||
* due to our efforts at being lenient with what we receive.
|
||||
*/
|
||||
public class CookieCutter_LenientTest
|
||||
public class CookieCutterLenientTest
|
||||
{
|
||||
public static Stream<Arguments> data()
|
||||
{
|
Loading…
Reference in New Issue