File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
iterableapi/src/test/java/com/iterable/iterableapi Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 66import static org .mockito .Mockito .spy ;
77
88public 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 ) {
You can’t perform that action at this time.
0 commit comments