Skip to content

Commit 8242e37

Browse files
committed
chore: fix typo
1 parent 7443c37 commit 8242e37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gax-java/gax/src/test/java/com/google/api/gax/tracing/TracedServerStreamingCallableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void init(boolean useContext) {
8080
when(tracerFactory.newTracer(any(ApiTracer.class), any(ApiTracerContext.class)))
8181
.thenReturn(tracer);
8282
when(tracerContext.fullMethodName()).thenReturn("FakeClient/FakeRpc");
83-
t statutracedCallable =
83+
tracedCallable =
8484
new TracedServerStreamingCallable<>(innerCallable, tracerFactory, tracerContext);
8585
} else {
8686
when(tracerFactory.newTracer(

0 commit comments

Comments
 (0)