2
0

Fix format type.

This commit is contained in:
Maarten Billemont 2018-06-03 17:09:33 -04:00
parent 5501f1f97d
commit c08d3a0e8b

View File

@ -72,7 +72,7 @@ public class MPTests {
return getCase( ID_DEFAULT );
}
catch (final IllegalArgumentException e) {
throw new IllegalStateException( strf( "Missing default case in test suite. Add a case with id: %d", ID_DEFAULT ), e );
throw new IllegalStateException( strf( "Missing default case in test suite. Add a case with id: %s", ID_DEFAULT ), e );
}
}