Skip to content

Commit 6336914

Browse files
committed
fix test name
1 parent 7e14f7b commit 6336914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-trace-core/src/test/groovy/datadog/trace/core/DDSpanContextTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class DDSpanContextTest extends DDCoreSpecification {
289289
"_dd.${tag}.json"
290290
}
291291

292-
def "setting resource name to null is ignored"() {
292+
def "Span IDs printed as unsigned long"() {
293293
setup:
294294
def parent = tracer.buildSpan("fakeOperation")
295295
.withServiceName("fakeService")

0 commit comments

Comments
 (0)