Skip to content

Commit 618f381

Browse files
committed
change linkassert signature
1 parent 99e400b commit 618f381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/asserts/LinksAssert.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class LinksAssert {
3939
link(context.traceId, context.spanId, flags, attributes, traceState)
4040
}
4141

42-
def link(DDTraceId traceId, def spanId, byte flags = SpanLink.DEFAULT_FLAGS, SpanAttributes attributes = SpanAttributes.EMPTY, String traceState = '') {
42+
def link(DDTraceId traceId, long spanId, byte flags = SpanLink.DEFAULT_FLAGS, SpanAttributes attributes = SpanAttributes.EMPTY, String traceState = '') {
4343
def found = links.find {
4444
it.spanId() == spanId && it.traceId() == traceId
4545
}

0 commit comments

Comments
 (0)