Skip to content

Commit

Permalink
Rebuild flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinUhlen authored and shakuzen committed Jan 17, 2024
1 parent 89b168a commit 9a370e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ void meterTagOnPackagePrivateMethod() {

MeterTagClass service = pf.getProxy();

service.getAnnotationForPackagePrivateMethod("baz");
service.getAnnotationForPackagePrivateMethod("bar");

assertThat(registry.get("method.timed").tag("foo", "baz").timer().count()).isEqualTo(1);
assertThat(registry.get("method.timed").tag("foo", "bar").timer().count()).isEqualTo(1);
}

enum AnnotatedTestClass {
Expand Down

0 comments on commit 9a370e5

Please sign in to comment.