Skip to content

Commit af23ecd

Browse files
committed
move to ExtendedOpenTelemetry to avoid null check with stable API in the future
1 parent ec09d89 commit af23ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/incubator/src/test/java/io/opentelemetry/api/incubator/ExtendedOpenTelemetryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private static void assertIsExtended(OpenTelemetry openTelemetry) {
7979
}
8080

8181
@Test
82-
void configProvider() {
82+
void instrumentationConfig() {
8383
String configYaml =
8484
"instrumentation/development:\n"
8585
+ " general:\n"

0 commit comments

Comments
 (0)