Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlidd committed Nov 21, 2024
1 parent 4a38e92 commit 1ca0914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def test_span_links_from_conflicting_contexts(self):
for span in trace:
links = retrieve_span_links(span)
assert len(links) == 2
print(links)
link1 = links[0]
assert link1["trace_id"] == 2
assert link1["span_id"] == 10
Expand Down

0 comments on commit 1ca0914

Please sign in to comment.