Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Aug 19, 2021
1 parent ed198d7 commit 2637ff2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,6 @@ public void testInsertFromFile() throws InterruptedException, IOException, Timeo
assertEquals(2L, statistics.getOutputRows().longValue());
LoadJobConfiguration jobConfiguration = job.getConfiguration();
assertEquals(TABLE_SCHEMA, jobConfiguration.getSchema());
assertNull(jobConfiguration.getSourceUris());
assertNull(job.getStatus().getError());
Page<FieldValueList> rows = bigquery.listTableData(tableId);
int rowCount = 0;
Expand Down

0 comments on commit 2637ff2

Please sign in to comment.