Skip to content

Commit 4f2ee25

Browse files
committed
fix: Test failures
1 parent 6dd4366 commit 4f2ee25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/Util/OrphansTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static function getSampling($response) {
3333

3434
function testOrphansRemovalWithAgentSampling()
3535
{
36-
\DDTrace\trace_method("DDTrace\Tests\Unit\Util\CommonTest", "foo", function (\DDTrace\SpanData $span) {
36+
\DDTrace\trace_method(self::class, "foo", function (\DDTrace\SpanData $span) {
3737
Common::handleOrphan($span);
3838
});
3939

0 commit comments

Comments
 (0)