Skip to content

Commit c21bb1d

Browse files
committed
https://jira.baeldung.com/browse/BAEL-8292
1 parent f6a0eee commit c21bb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistence-modules/my-sql/src/test/java/com/baeldung/connectingtoremotemysqlssh/RemoteMysqlConnectionLiveTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class RemoteMysqlConnectionLiveTest {
1919

2020
@Test
21-
public void givenJschSessionAndMySqlServer_whenConnectingToRemoteDatabase_thenSuccess() throws JSchException, SQLException {
21+
public void givenJschSessionAndMySqlServer_whenConnectingToRemoteMySqlDatabase_thenSuccess() throws JSchException, SQLException {
2222
JSch jsch = setUpJsch();
2323
Session session = createSession(jsch);
2424
int port = RemoteMysqlConnection.tunnelNetwork(session);

0 commit comments

Comments
 (0)