Fix format type.
This commit is contained in:
parent
5501f1f97d
commit
c08d3a0e8b
@ -72,7 +72,7 @@ public class MPTests {
|
|||||||
return getCase( ID_DEFAULT );
|
return getCase( ID_DEFAULT );
|
||||||
}
|
}
|
||||||
catch (final IllegalArgumentException e) {
|
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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user