Skip to content

Commit aca1f36

Browse files
author
innokenty
committed
use org.junit.Assert instead of deprecated junit.framework.Assert
1 parent 228580d commit aca1f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/src/test/java/ru/qatools/gridrouter/json/WithOpenSessionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.concurrent.Executors;
77

88
import static java.util.concurrent.TimeUnit.SECONDS;
9-
import static junit.framework.Assert.assertTrue;
9+
import static org.junit.Assert.assertTrue;
1010
import static org.hamcrest.MatcherAssert.assertThat;
1111
import static org.hamcrest.Matchers.is;
1212

0 commit comments

Comments
 (0)