Skip to content

Commit

Permalink
fix build after superclass rename (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Dec 11, 2020
1 parent 93674f6 commit 4bc797c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import io.airbyte.commons.resources.MoreResources;
import io.airbyte.db.Database;
import io.airbyte.db.Databases;
import io.airbyte.integrations.standardtest.source.TestSource;
import io.airbyte.integrations.standardtest.source.StandardSourceTest;
import io.airbyte.protocol.models.CatalogHelpers;
import io.airbyte.protocol.models.ConfiguredAirbyteCatalog;
import io.airbyte.protocol.models.ConnectorSpecification;
Expand All @@ -44,7 +44,7 @@
import org.apache.commons.lang3.RandomStringUtils;
import org.testcontainers.containers.MSSQLServerContainer;

public class MssqlIntegrationTest extends TestSource {
public class MssqlIntegrationTest extends StandardSourceTest {

private static final String STREAM_NAME = "id_and_name";
private static MSSQLServerContainer<?> db;
Expand Down

0 comments on commit 4bc797c

Please sign in to comment.