Skip to content

Commit c628aa0

Browse files
committed
pika: fix typo in assert
1 parent f8758c6 commit c628aa0

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-pika/tests

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-pika/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def test_decorate_deque_proxy(
558558
self.assertEqual(res, evt)
559559
generator_info.pending_events.popleft.assert_called_once()
560560
extract.assert_not_called()
561-
context_get_current.not_called()
561+
context_get_current.assert_not_called()
562562
context_detach.assert_called_once()
563563
context_attach.assert_not_called()
564564
get_span.assert_not_called()

0 commit comments

Comments
 (0)