You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2023/04/02 17:29:23 UTC

[mina-sshd] 01/02: Formatting fix

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 a24a2645a24650239665c2d6298b55fbc5cc56c5
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Sun Apr 2 13:07:16 2023 +0200

    Formatting fix
---
 .../keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java  | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java b/sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java
index 6651bae8b..1dac4687b 100644
--- a/sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java
+++ b/sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParserAEADTest.java
@@ -18,15 +18,12 @@
  */
 package org.apache.sshd.common.config.keys.loader.openssh;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-
 import java.net.URL;
 import java.security.KeyPair;
 import java.util.Collection;
 
 import org.apache.sshd.common.config.keys.KeyUtils;
+import org.apache.sshd.util.test.JUnitTestSupport;
 import org.apache.sshd.util.test.NoIoTestCase;
 import org.junit.Before;
 import org.junit.Test;
@@ -41,7 +38,7 @@ import org.junit.runners.Parameterized.Parameters;
  */
 @RunWith(Parameterized.class)
 @Category({ NoIoTestCase.class })
-public class OpenSSHKeyPairResourceParserAEADTest {
+public class OpenSSHKeyPairResourceParserAEADTest extends JUnitTestSupport {
 
     private static final String BASE = "ed25519_priv";