Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jun 29, 2018
1 parent 4a82f71 commit 917199a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class RunSpec extends Specification {
}
def retrofit = new Retrofit.Builder().baseUrl('http://example.com/fake/').build()
def client = new Client(api, retrofit, null, null, 19, true, null)
def appConfig = Mock(AppConfig)
def appConfig = Mock(RdClientConfig)
def hasclient = Mock(RdApp) {
getClient() >> client
getAppConfig() >> appConfig
Expand Down

0 comments on commit 917199a

Please sign in to comment.