checkstyle WhiteAround
WhiteAroundCheck script
This commit is contained in:
@@ -70,7 +70,7 @@ public class PayloadMatcherTests {
|
||||
try {
|
||||
assertThat(message, hasPayload("woot"));
|
||||
}
|
||||
catch(AssertionError ae){
|
||||
catch (AssertionError ae) {
|
||||
assertTrue(ae.getMessage().contains("Expected: a Message with payload: "));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user