You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-mysql/src/test-integration/java/io/airbyte/integrations/destination/mysql/MySQLDestinationAcceptanceTest.java
Copy file name to clipboardexpand all lines: airbyte-integrations/connectors/destination-mysql/src/test-integration/java/io/airbyte/integrations/destination/mysql/SshMySQLDestinationAcceptanceTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@
32
32
* Abstract class that allows us to avoid duplicating testing logic for testing SSH with a key file
33
33
* or with a password.
34
34
* <p>
35
-
* This class probably should extend {@link MySQLDestinationAcceptanceTest} to further reduce
36
-
* code duplication though.
35
+
* This class probably should extend {@link MySQLDestinationAcceptanceTest} to further reduce code
0 commit comments