fix assertion order
This commit is contained in:
committed by
Oleg Zhurakousky
parent
9bd602085b
commit
ff88e5837f
@@ -498,7 +498,7 @@ public class StreamBridgeTests {
|
||||
Message<byte[]> message = target.receive(5, "dynamicTopic");
|
||||
|
||||
assertNotNull(message);
|
||||
assertEquals(new String(message.getPayload()), "JOHN DOE");
|
||||
assertEquals("JOHN DOE", new String(message.getPayload()));
|
||||
}
|
||||
|
||||
@EnableAutoConfiguration
|
||||
|
||||
Reference in New Issue
Block a user