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

Commit 2637ff2

Browse files
update test case
1 parent ed198d7 commit 2637ff2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,6 @@ public void testInsertFromFile() throws InterruptedException, IOException, Timeo
27812781
assertEquals(2L, statistics.getOutputRows().longValue());
27822782
LoadJobConfiguration jobConfiguration = job.getConfiguration();
27832783
assertEquals(TABLE_SCHEMA, jobConfiguration.getSchema());
2784-
assertNull(jobConfiguration.getSourceUris());
27852784
assertNull(job.getStatus().getError());
27862785
Page<FieldValueList> rows = bigquery.listTableData(tableId);
27872786
int rowCount = 0;

0 commit comments

Comments
 (0)