Skip to content

Commit 754f403

Browse files
authored
Correct test class name in comment (#15073)
1 parent c434682 commit 754f403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing-common/integration-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tasks {
5858
excludeTestsMatching("context.FieldInjectionDisabledTest")
5959
excludeTestsMatching("context.FieldBackedImplementationTest")
6060
}
61-
// this is needed for AgentInstrumentationSpecificationTest
61+
// this is needed for AgentInstrumentationTest
6262
jvmArgs("-Dotel.javaagent.exclude-classes=config.exclude.packagename.*,config.exclude.SomeClass,config.exclude.SomeClass\$NestedClass")
6363
}
6464

0 commit comments

Comments
 (0)