Skip to content

Commit

Permalink
Prepare for 5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Oct 22, 2021
1 parent 7c82b2d commit 1a95705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/io/getunleash/event/SubscriberTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ void subscriberAreNotified() {
.filteredOn(e -> e instanceof ClientRegistration)
.hasSize(1);
assertThat(testSubscriber.events).filteredOn(e -> e instanceof ClientMetrics).hasSize(1);
assertThat(testSubscriber.events).hasSize(8);
}

private class TestSubscriber implements UnleashSubscriber {
Expand Down

0 comments on commit 1a95705

Please sign in to comment.