Skip to content

Commit 2859f08

Browse files
committed
fix: Fix test name uniqueness
1 parent 7208fe8 commit 2859f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/testing/src/test/groovy/excludefilter/ExcludeFilterForkedTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import static excludefilter.ExcludeFilterTestInstrumentation.RunnableExcludedExe
1818

1919
class ExcludeFilterForkedTest extends AgentTestRunner {
2020

21-
def "test ExcludeFilter"() {
21+
def "test ExcludeFilter #runnable.class.name"() {
2222
expect:
2323
ExcludeFilter.exclude(RUNNABLE, runnable) == excluded
2424

0 commit comments

Comments
 (0)