Skip to content

Commit

Permalink
remove assertion that covers only mocked behavior of Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Sep 28, 2022
1 parent aa0bf49 commit 3e036cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ void transformMessage_noData_metricIncreased() {
final List<Publish> publishes = publishAtomicReference.get();
assertNotNull(publishes);
assertEquals(1, publishes.size());
assertTrue(publishes.get(0).getPayload().isPresent());
assertEquals(1, metricRegistry.counter(MISSING_DATA_COUNTER_NAME).getCount());
}
}

0 comments on commit 3e036cb

Please sign in to comment.