Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Dec 20, 2015
1 parent a93f4a2 commit 607d68e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ThunkMiddlewareTest extends Specification {
action = Mock(Action.class)
asyncAction = new AsyncAction() {
@Override
Observable<Action> call() {
Observable<Action> call(Dispatcher d) {
Observable.just(action) as Observable<Action>
}
}
Expand Down

0 comments on commit 607d68e

Please sign in to comment.