There was an error while loading. Please reload this page.
1 parent c427ad5 commit ca72364Copy full SHA for ca72364
instrumentation/opentelemetry-instrumentation-sqlite3/tests/test_sqlite3.py
@@ -111,4 +111,4 @@ def test_no_op_tracer_provider(self):
111
with self._tracer.start_as_current_span("rootSpan"):
112
self._cursor.executemany(stmt, data)
113
spans = self.memory_exporter.get_finished_spans()
114
- self.assertEqual(len(spans), 0)
+ self.assertEqual(len(spans), 2)
0 commit comments