Skip to content

Commit 77feaba

Browse files
committed
attempt to fix tests
1 parent a7fb480 commit 77feaba

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

iterableapi/src/test/java/com/iterable/iterableapi/BaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public abstract class BaseTest {
2222
@Rule
2323
public AsyncTaskRule asyncTaskRule = new AsyncTaskRule();
2424

25-
protected IterableUtil.IterableUtilImpl getIterableUtilSpy() {
25+
protected IterableUtilImpl getIterableUtilSpy() {
2626
return utilsRule.iterableUtilSpy;
2727
}
2828

iterableapi/src/test/java/com/iterable/iterableapi/IterableUtilRule.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
import static org.mockito.Mockito.spy;
77

88
public class IterableUtilRule extends TestWatcher {
9-
10-
private IterableUtil.IterableUtilImpl originalIterableUtil;
11-
public IterableUtil.IterableUtilImpl iterableUtilSpy;
9+
private IterableUtilImpl originalIterableUtil;
10+
public IterableUtilImpl iterableUtilSpy;
1211

1312
@Override
1413
protected void starting(Description description) {

0 commit comments

Comments
 (0)