We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e14f7b commit 6336914Copy full SHA for 6336914
1 file changed
dd-trace-core/src/test/groovy/datadog/trace/core/DDSpanContextTest.groovy
@@ -289,7 +289,7 @@ class DDSpanContextTest extends DDCoreSpecification {
289
"_dd.${tag}.json"
290
}
291
292
- def "setting resource name to null is ignored"() {
+ def "Span IDs printed as unsigned long"() {
293
setup:
294
def parent = tracer.buildSpan("fakeOperation")
295
.withServiceName("fakeService")
0 commit comments