We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23994c0 commit df9320eCopy full SHA for df9320e
tests/java/itrx/chapter3/error/RetryWhenTest.java
@@ -1,13 +1,11 @@
1
package itrx.chapter3.error;
2
3
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
4
5
import java.io.IOException;
6
import java.util.Arrays;
7
import java.util.concurrent.TimeUnit;
8
9
-import junit.framework.Assert;
10
-
11
import org.junit.Test;
12
13
import rx.Observable;
0 commit comments