Skip to content

Commit c4c788e

Browse files
committed
fix test for annotations
1 parent 4bbf0c4 commit c4c788e

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-annotations-support-testing/src/main/java/io/opentelemetry/javaagent/instrumentation/otelannotations

1 file changed

+1
-1
lines changed

instrumentation-annotations-support-testing/src/main/java/io/opentelemetry/javaagent/instrumentation/otelannotations/AbstractWithSpanTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void success() {
5959
.hasAttributesSatisfyingExactly(
6060
equalTo(
6161
CODE_FUNCTION_NAME,
62-
traced.getClass().getCanonicalName() + ".completable"))));
62+
traced.getClass().getName() + ".completable"))));
6363
}
6464

6565
@Test

0 commit comments

Comments
 (0)