More consistent assertion methods (#641)

* More consistent assertion methods

* Updated core SHA
This commit is contained in:
Owais Lone
2021-08-31 02:16:18 +05:30
committed by GitHub
parent d4668bcbc7
commit ffc2a2ff4c
17 changed files with 75 additions and 77 deletions

View File

@ -43,7 +43,7 @@ class TestMysqlIntegration(TestBase):
span = spans_list[0]
# Check version and name in span's instrumentation info
self.check_span_instrumentation_info(
self.assertEqualSpanInstrumentationInfo(
span, opentelemetry.instrumentation.mysql
)