Skip to content

Commit 9e5bd34

Browse files
Remove assertEqualSpanInstrumentationInfo
1 parent a94eab9 commit 9e5bd34

File tree

1 file changed

+0
-4
lines changed
  • tests/opentelemetry-test-utils/src/opentelemetry/test

1 file changed

+0
-4
lines changed

tests/opentelemetry-test-utils/src/opentelemetry/test/test_base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ def get_finished_spans(self):
7070
self, self.memory_exporter.get_finished_spans()
7171
)
7272

73-
def assertEqualSpanInstrumentationInfo(self, span, module):
74-
self.assertEqual(span.instrumentation_info.name, module.__name__)
75-
self.assertEqual(span.instrumentation_info.version, module.__version__)
76-
7773
def assertEqualSpanInstrumentationScope(self, span, module):
7874
self.assertEqual(span.instrumentation_scope.name, module.__name__)
7975
self.assertEqual(

0 commit comments

Comments
 (0)