Skip to content

Commit 0cda7d9

Browse files
test: Fix typo in test name (#4036)
1 parent 2ebaa7c commit 0cda7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_propagationcontext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_context_with_values():
3535
}
3636

3737

38-
def test_lacy_uuids():
38+
def test_lazy_uuids():
3939
ctx = PropagationContext()
4040
assert ctx._trace_id is None
4141
assert ctx._span_id is None

0 commit comments

Comments
 (0)