Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yifatgortler committed Jul 30, 2024
1 parent 3354847 commit 2bf6442
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,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 2bf6442

Please sign in to comment.