X Tutup
Skip to content

Commit df9320e

Browse files
committed
Removed warnings
1 parent 23994c0 commit df9320e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/java/itrx/chapter3/error/RetryWhenTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package itrx.chapter3.error;
22

3-
import static org.junit.Assert.*;
3+
import static org.junit.Assert.assertEquals;
44

55
import java.io.IOException;
66
import java.util.Arrays;
77
import java.util.concurrent.TimeUnit;
88

9-
import junit.framework.Assert;
10-
119
import org.junit.Test;
1210

1311
import rx.Observable;

0 commit comments

Comments
 (0)
X Tutup