Skip to content

Commit

Permalink
fix(core): Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Jan 16, 2025
1 parent c32c5b6 commit e6ad777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class LongRunningTracesTrackerTest extends DDSpecification {

PendingTrace newTraceToTrack() {
PendingTrace trace = factory.create(DDTraceId.ONE)
PendingTraceBufferTest::newSpanOf(trace, PrioritySampling.SAMPLER_KEEP)
PendingTraceBufferTest::newSpanOf(trace, PrioritySampling.SAMPLER_KEEP, 0)
return trace
}

Expand Down

0 comments on commit e6ad777

Please sign in to comment.