Skip to content

Commit 69caa42

Browse files
committed
Merge pull request #536 from mziccard/fix-bigquery-it
Fix failing ITBigQueryTest.testUpdateNonExistingTable
2 parents ba5050b + 701abb6 commit 69caa42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/ITBigQueryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ public void testUpdateNonExistingTable() {
462462
assertNotNull(error);
463463
assertEquals("notFound", error.reason());
464464
assertNotNull(error.message());
465-
assertNotNull(error.debugInfo());
466465
}
467466
}
468467

0 commit comments

Comments
 (0)