Skip to content

Commit

Permalink
bidirectional > fixed metrics unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Limpoeck committed Sep 27, 2024
1 parent a7c9449 commit 0598e12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void testTearDownMetrics() {
//add an arbitrary fifth
registry.counter(ARBITRARY_METRIC).inc();

assertEquals(5, registry.getMetrics().size(), "Number of metrics should match");
assertEquals(7, registry.getMetrics().size(), "Number of metrics should match");

helper1.clearAll();

Expand Down

0 comments on commit 0598e12

Please sign in to comment.