Adopt project's import order (#653)

- copied by import order of 'SocketStreamCopyMonitorTest'
This commit is contained in:
stefan
2020-12-12 20:03:12 +01:00
parent 9266b6c04a
commit ee68e0a8e6

View File

@@ -1,14 +1,11 @@
package net.schmizz.sshj.connection.channel.direct;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import static org.junit.Assert.*;
public class ParametersTest {