Skip to content

Commit

Permalink
Update test_sqlite3.py
Browse files Browse the repository at this point in the history
updated the len(spans)
  • Loading branch information
Sunilwali679 committed Jun 19, 2024
1 parent 260ee1d commit 8a37f52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ def test_no_op_tracer_provider(self):
with self._tracer.start_as_current_span("rootSpan"):
self._cursor.executemany(stmt, data)
spans = self.memory_exporter.get_finished_spans()
self.assertEqual(len(spans), 0)
self.assertEqual(len(spans), 2)

0 comments on commit 8a37f52

Please sign in to comment.