Skip to content

Commit

Permalink
Merge pull request #536 from mziccard/fix-bigquery-it
Browse files Browse the repository at this point in the history
Fix failing ITBigQueryTest.testUpdateNonExistingTable
  • Loading branch information
aozarov committed Jan 8, 2016
2 parents ba5050b + 701abb6 commit 69caa42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ public void testUpdateNonExistingTable() {
assertNotNull(error);
assertEquals("notFound", error.reason());
assertNotNull(error.message());
assertNotNull(error.debugInfo());
}
}

Expand Down

0 comments on commit 69caa42

Please sign in to comment.