Skip to content

Commit 0d3cbc9

Browse files
committed
update based on comment
1 parent 8495643 commit 0d3cbc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation/opentelemetry-instrumentation-asyncpg/tests/test_asyncpg_wrapper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ def test_no_op_tracer_provider(self):
111111
AsyncPGInstrumentor().uninstrument()
112112
AsyncPGInstrumentor().instrument(
113113
tracer_provider=trace_api.NoOpTracerProvider()
114-
) # Mock out all interaction with postgres
114+
)
115115

116+
# Mock out all interaction with postgres
116117
async def bind_mock(*args, **kwargs):
117118
return []
118119

0 commit comments

Comments
 (0)