Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug
Signed-off-by: tanvigour <[email protected]>
  • Loading branch information
tanvigour committed Mar 25, 2022
commit 93a594304124f1c001cc5d0583e0de5104d8b81f
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public void testlongValues() throws Exception {
null,
HttpExtension.GET, CLOUD_EVENT_LIST_TYPE_REF).block();
for (int i = 0; i < NUM_MESSAGES; i++) {
System.out.println("The long value received!!!",messages.get(i).getData());
System.out.println("The long value received!!! " +messages.get(i).getData());
assertEquals(590518626939830271L, messages.get(i).getData());
}
}, 2000);
Expand Down