Skip to content

Commit c48ff16

Browse files
polish: fixed lint advise.
1 parent df91529 commit c48ff16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation-genai/opentelemetry-instrumentation-anthropic/tests/test_async_wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def test_sync_manager_does_not_create_invocation_until_enter():
300300
capture_content=False,
301301
)
302302

303-
assert factory_calls == []
303+
assert not factory_calls
304304

305305
with wrapper:
306306
pass

0 commit comments

Comments
 (0)