Skip to content

Commit

Permalink
MNT: assertion logic
Browse files Browse the repository at this point in the history
Signed-off-by: George Chen <[email protected]>
  • Loading branch information
chenqi0805 committed Nov 21, 2023
1 parent b7d3cc6 commit 353c7c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ public void testEventOutputWithSpecialAndExtremeValues(final Object testValue) t
expectedContent.put(testField, testValue);

assertThat(retSources.size(), equalTo(1));
assertThat(retSources.containsAll(Arrays.asList(expectedContent)), equalTo(true));
assertThat(retSources.get(0), equalTo(expectedContent));
sink.shutdown();
}

Expand Down

0 comments on commit 353c7c3

Please sign in to comment.