This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit b9e3002d9928278adb96759d8da79f5c9b32dcfc
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Mon May 6 19:36:10 2024 +0200

    Copy/paste fix in a test
---
 .../src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/sshd-core/src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java 
b/sshd-core/src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java
index 1b9ae7d69..10d6c34e7 100644
--- 
a/sshd-core/src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java
+++ 
b/sshd-core/src/test/java/org/apache/sshd/common/cipher/OpenSshCipherTest.java
@@ -24,7 +24,6 @@ import java.util.Collections;
 import java.util.List;
 
 import org.apache.sshd.client.SshClient;
-import org.apache.sshd.client.auth.pubkey.HostBoundPubKeyAuthTest;
 import org.apache.sshd.client.future.AuthFuture;
 import org.apache.sshd.client.session.ClientSession;
 import org.apache.sshd.common.keyprovider.FileKeyPairProvider;
@@ -58,7 +57,7 @@ import org.testcontainers.utility.MountableFile;
 @Category(ContainerTestCase.class)
 public class OpenSshCipherTest extends BaseTestSupport {
 
-    private static final Logger LOG = 
LoggerFactory.getLogger(HostBoundPubKeyAuthTest.class);
+    private static final Logger LOG = 
LoggerFactory.getLogger(OpenSshCipherTest.class);
 
     // Re-use an already defined key
     private static final String TEST_RESOURCES = 
"org/apache/sshd/common/kex/extensions/client";

Reply via email to