Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yifatgortler committed Sep 25, 2024
1 parent e5d93ae commit 94cb8d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,8 @@ public void testAppendWithoutMissingValueMap() throws Exception {
assertEquals(0, responseFuture.get().getAppendResult().getOffset().getValue());

verifyAppendRequests(1);
assertTrue(testBigQueryWrite.getAppendRequests().get(0).getMissingValueInterpretations().isEmpty());
assertTrue(
testBigQueryWrite.getAppendRequests().get(0).getMissingValueInterpretations().isEmpty());
}
}

Expand Down

0 comments on commit 94cb8d0

Please sign in to comment.