Skip to content

Commit

Permalink
test: fix testCancelJob failed (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
twinkle-kadia committed Oct 12, 2020
1 parent 71d9341 commit d786194
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -2392,7 +2392,6 @@ public void testCancelJob() throws InterruptedException, TimeoutException {
.build();
Job remoteJob = bigquery.create(JobInfo.of(configuration));
assertTrue(remoteJob.cancel());
remoteJob = remoteJob.waitFor();
}

@Test
Expand Down

0 comments on commit d786194

Please sign in to comment.