Skip to content

Commit 9285540

Browse files
authored
rename test method name
1 parent 06013f3 commit 9285540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/resources/library/src/test/java/io/opentelemetry/instrumentation/resources/JarServiceNameDetectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void createResource_processHandleJar() {
7474
}
7575

7676
@Test
77-
void createResource_processHandleJar_jar_command_variant() {
77+
void createResource_processHandleJarExtraFlag() {
7878
String path = Paths.get("path", "to", "app", "my-service.jar").toString();
7979
JarServiceNameDetector serviceNameProvider =
8080
getDetector(

0 commit comments

Comments
 (0)