Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Sep 27, 2024
1 parent cfb3cce commit 2fcb195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/profiling_v2/collector/test_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def foo():
# reason, when the Span is created, it's not linked to the MainThread, and the
# profiler can't find the corresponding Span for the MainThread.
@pytest.mark.subprocess()
def test_push_span(span_type):
def test_push_span():
import os
import time
import uuid
Expand Down

0 comments on commit 2fcb195

Please sign in to comment.