@@ -116,7 +116,7 @@ def test_unary_unary_future(self):
116
116
self .assertIs (span .kind , trace .SpanKind .CLIENT )
117
117
118
118
# Check version and name in span's instrumentation info
119
- self .assertEqualSpanInstrumentationInfo (
119
+ self .assertEqualSpanInstrumentationScope (
120
120
span , opentelemetry .instrumentation .grpc
121
121
)
122
122
@@ -130,7 +130,7 @@ def test_unary_unary(self):
130
130
self .assertIs (span .kind , trace .SpanKind .CLIENT )
131
131
132
132
# Check version and name in span's instrumentation info
133
- self .assertEqualSpanInstrumentationInfo (
133
+ self .assertEqualSpanInstrumentationScope (
134
134
span , opentelemetry .instrumentation .grpc
135
135
)
136
136
@@ -260,7 +260,7 @@ def test_unary_unary_future(self):
260
260
self .assertIs (span .kind , trace .SpanKind .CLIENT )
261
261
262
262
# Check version and name in span's instrumentation info
263
- self .assertEqualSpanInstrumentationInfo (
263
+ self .assertEqualSpanInstrumentationScope (
264
264
span , opentelemetry .instrumentation .grpc
265
265
)
266
266
@@ -274,7 +274,7 @@ def test_unary_unary(self):
274
274
self .assertIs (span .kind , trace .SpanKind .CLIENT )
275
275
276
276
# Check version and name in span's instrumentation info
277
- self .assertEqualSpanInstrumentationInfo (
277
+ self .assertEqualSpanInstrumentationScope (
278
278
span , opentelemetry .instrumentation .grpc
279
279
)
280
280
@@ -443,7 +443,7 @@ def test_unary_unary_future(self):
443
443
self .assertIs (span .kind , trace .SpanKind .CLIENT )
444
444
445
445
# Check version and name in span's instrumentation info
446
- self .assertEqualSpanInstrumentationInfo (
446
+ self .assertEqualSpanInstrumentationScope (
447
447
span , opentelemetry .instrumentation .grpc
448
448
)
449
449
@@ -457,7 +457,7 @@ def test_unary_unary(self):
457
457
self .assertIs (span .kind , trace .SpanKind .CLIENT )
458
458
459
459
# Check version and name in span's instrumentation info
460
- self .assertEqualSpanInstrumentationInfo (
460
+ self .assertEqualSpanInstrumentationScope (
461
461
span , opentelemetry .instrumentation .grpc
462
462
)
463
463
@@ -483,7 +483,7 @@ def test_unary_stream(self):
483
483
self .assertIs (span .kind , trace .SpanKind .CLIENT )
484
484
485
485
# Check version and name in span's instrumentation info
486
- self .assertEqualSpanInstrumentationInfo (
486
+ self .assertEqualSpanInstrumentationScope (
487
487
span , opentelemetry .instrumentation .grpc
488
488
)
489
489
@@ -509,7 +509,7 @@ def test_stream_unary(self):
509
509
self .assertIs (span .kind , trace .SpanKind .CLIENT )
510
510
511
511
# Check version and name in span's instrumentation info
512
- self .assertEqualSpanInstrumentationInfo (
512
+ self .assertEqualSpanInstrumentationScope (
513
513
span , opentelemetry .instrumentation .grpc
514
514
)
515
515
@@ -537,7 +537,7 @@ def test_stream_stream(self):
537
537
self .assertIs (span .kind , trace .SpanKind .CLIENT )
538
538
539
539
# Check version and name in span's instrumentation info
540
- self .assertEqualSpanInstrumentationInfo (
540
+ self .assertEqualSpanInstrumentationScope (
541
541
span , opentelemetry .instrumentation .grpc
542
542
)
543
543
0 commit comments