Skip to content

Commit

Permalink
Rebuild flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinUhlen committed Dec 21, 2023
1 parent 9a49533 commit 7b63e9a
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 7b63e9a

Please sign in to comment.