We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f0281 commit 18f7471Copy full SHA for 18f7471
1 file changed
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/ExtractJobConfigurationTest.java
@@ -125,7 +125,6 @@ public void testSetProjectId() {
125
assertEquals("p", configuration.getSourceTable().getProject());
126
}
127
128
-
129
@Test
130
public void testGetType() {
131
assertEquals(JobConfiguration.Type.EXTRACT, EXTRACT_CONFIGURATION.getType());
0 commit comments