bipinprasad commented on code in PR #3479:
URL: https://github.com/apache/storm/pull/3479#discussion_r881909539
##########
storm-server/src/test/java/org/apache/storm/TickTupleTest.java:
##########
@@ -93,7 +92,7 @@ public void testTickTupleWorksWithSystemBolt() throws
Exception {
} catch (ConditionTimeoutException e) {
throw new AssertionError(e.getMessage());
}
- assertNull("The bolt got a tuple that is not a tick tuple " +
nonTickTuple.get(), nonTickTuple.get());
+ assertNull(nonTickTuple.get(), "The bolt got a tuple that is
not a tick tuple " + nonTickTuple.get());
Review Comment:
invert error message
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]