Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Yashash H L <[email protected]>
  • Loading branch information
yhl25 committed Oct 8, 2024
1 parent cf96b60 commit 6a6add7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void testMapperFailure() {
.addAllKeys(List.of("test-map-key")).setValue(inValue).build())
.build();

MapOutputStreamObserver responseObserver = new MapOutputStreamObserver(1);
MapOutputStreamObserver responseObserver = new MapOutputStreamObserver(2);

var stub = MapGrpc.newStub(inProcessChannel);
var requestObserver = stub.mapFn(responseObserver);
Expand Down

0 comments on commit 6a6add7

Please sign in to comment.