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
  • Loading branch information
ahmedabu98 authored Mar 13, 2024
1 parent 4ad189d commit e648fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
import org.junit.runners.JUnit4;

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

private static PipelineOptions testOptions = TestPipeline.testingPipelineOptions();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e648fd0

Please sign in to comment.