Skip to content

Commit 8fa41a8

Browse files
committed
ruff
Signed-off-by: emdneto <[email protected]>
1 parent 06d88dd commit 8fa41a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/opentelemetry-instrumentation-cassandra/tests/test_cassandra_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ def tearDown(self):
4242
super().tearDown()
4343
with self.disable_logging():
4444
CassandraInstrumentor().uninstrument()
45+
4546
@property
4647
def _mocked_session(self):
4748
return cassandra.cluster.Session(cluster=mock.Mock(), hosts=[])
49+
4850
def test_instrument_uninstrument(self):
4951
instrumentation = CassandraInstrumentor()
5052
instrumentation.instrument()

0 commit comments

Comments
 (0)