Skip to content

Commit cbcb1d0

Browse files
committed
Fix compilation errors observed using ./gradlew :dd-trace-core:test locally
1 parent f494c33 commit cbcb1d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-trace-core/src/test/groovy/datadog/trace/common/sampling/SamplerTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SamplerTest extends DDSpecification{
5656
!(sampler instanceof AsmStandaloneSampler)
5757
}
5858

59-
void "test that AsmStandaloneSampler is not selected when apm tracing and asm not enabled"() {
59+
void "test that AsmStandaloneSampler is not selected when apm tracing enabled and asm not enabled"() {
6060
setup:
6161
Config config = new Config()
6262

dd-trace-core/src/test/groovy/datadog/trace/common/writer/PrioritizationTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class PrioritizationTest extends DDSpecification {
230230
[] | USER_KEEP | 1 | 0 | ENQUEUED_FOR_SERIALIZATION
231231
}
232232
233-
def "drop strategy respects force keep" () {
233+
def "span sampling drop strategy respects force keep" () {
234234
setup:
235235
Queue<Object> primary = Mock(Queue)
236236
Queue<Object> spanSampling = Mock(Queue)

0 commit comments

Comments
 (0)