Skip to content

Commit 701abb6

Browse files
committed
Fix failing test by removing check
1 parent 824c46c commit 701abb6

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)