Skip to content

Commit 18bdb13

Browse files
committed
added schema to ignore in test as filtering verification
1 parent 6d5ec87 commit 18bdb13

File tree

1 file changed

+1
-2
lines changed
  • airbyte-integrations/connectors/source-redshift/src/test-integration/java/io/airbyte/integrations/io/airbyte/integration_tests/sources

1 file changed

+1
-2
lines changed

airbyte-integrations/connectors/source-redshift/src/test-integration/java/io/airbyte/integrations/io/airbyte/integration_tests/sources/RedshiftSourceAcceptanceTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ protected void setupEnvironment(final TestDestinationEnv environment) throws Exc
6060
createTestData(database, schemaName);
6161

6262
// create a schema with data that will not be used for testing, but would be used to check schema
63-
// filtering.
64-
// This one should not be visible in results
63+
// filtering. This one should not be visible in results
6564
createTestData(database, schemaName + "shouldIgnore");
6665
}
6766

0 commit comments

Comments
 (0)