Skip to content

Commit b247041

Browse files
committed
make the SharedDBCommenter test a forked test
1 parent cce064e commit b247041

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dd-trace-core/src/test/groovy/datadog/trace/core/database/SharedDBCommenterTest.groovy renamed to dd-java-agent/agent-bootstrap/src/test/groovy/datadog/trace/bootstrap/instrumentation/dbm/SharedDBCommenterForkedTest.groovy

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
package datadog.trace.core.database
1+
package datadog.trace.bootstrap.instrumentation.dbm
22

3-
import datadog.trace.bootstrap.instrumentation.dbm.SharedDBCommenter
43
import spock.lang.Specification
54

6-
class SharedDBCommenterTest extends Specification {
5+
class SharedDBCommenterForkedTest extends Specification {
76
def setup() {
87
System.setProperty("dd.service.name", "test-service")
98
System.setProperty("dd.env", "test-env")

0 commit comments

Comments
 (0)