We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c7996 commit a85f685Copy full SHA for a85f685
src/test/java/net/snowflake/client/core/SessionUtilWiremockIT.java
@@ -1,10 +1,10 @@
1
package net.snowflake.client.core;
2
3
import static org.hamcrest.MatcherAssert.assertThat;
4
-import static org.hamcrest.Matchers.greaterThanOrEqualTo;
+import static org.hamcrest.Matchers.equalTo;
5
import static org.hamcrest.Matchers.greaterThan;
6
+import static org.hamcrest.Matchers.greaterThanOrEqualTo;
7
import static org.hamcrest.Matchers.not;
-import static org.hamcrest.Matchers.equalTo;
8
import static org.junit.jupiter.api.Assertions.fail;
9
10
import java.util.Comparator;
0 commit comments