Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 2061fe1

Browse files
format
Change-Id: Ief7069a3a702db4519084ea24803ef92e6a05073
1 parent 0e93b29 commit 2061fe1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ public void testCallContextPropagatedInMutationBatcher()
709709

710710
// Override the timeout
711711
GrpcCallContext clientCtx =
712-
GrpcCallContext.createDefault().withTimeout(Duration.ofMinutes(10));
712+
GrpcCallContext.createDefault().withTimeout(Duration.ofMinutes(10));
713713

714714
// Send a batch
715715
try (Batcher<RowMutationEntry, Void> batcher =
@@ -739,7 +739,7 @@ public void testCallContextPropagatedInReadBatcher()
739739

740740
// Override the timeout
741741
GrpcCallContext clientCtx =
742-
GrpcCallContext.createDefault().withTimeout(Duration.ofMinutes(10));
742+
GrpcCallContext.createDefault().withTimeout(Duration.ofMinutes(10));
743743

744744
// Send a batch
745745
try (Batcher<ByteString, Row> batcher =

0 commit comments

Comments
 (0)