Removing underscore '_' from Classname

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2018-10-22 17:25:44 -05:00
parent 511bc60934
commit db2a563b40
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{