Skip to content

Commit

Permalink
Rename tests to remove them from dataflow test suite (apache#30623)
Browse files Browse the repository at this point in the history
ahmedabu98 authored and hjtran committed Apr 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 13943e0 commit f2b490d
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@
import org.junit.runners.JUnit4;

@RunWith(JUnit4.class)
public class BigQueryDirectReadSchemaTransformProviderIT {
public class BigQueryDirectReadSchemaTransformProviderTest {

private static PipelineOptions testOptions = TestPipeline.testingPipelineOptions();

Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
import org.junit.runners.JUnit4;

@RunWith(JUnit4.class)
public class BigQueryStorageWriteApiSchemaTransformProviderIT {
public class BigQueryStorageWriteApiSchemaTransformProviderTest {

private FakeDatasetService fakeDatasetService = new FakeDatasetService();
private FakeJobService fakeJobService = new FakeJobService();

0 comments on commit f2b490d

Please sign in to comment.