mirror of
https://github.com/appium/appium.git
synced 2026-04-24 20:38:43 -05:00
fix unit test
This commit is contained in:
committed by
Sebastian Tiedtke
parent
f238697a5c
commit
f21b9c61c8
@@ -41,7 +41,7 @@ describe('IOS', function() {
|
||||
|
||||
describe('Appium', function() {
|
||||
var intercept = []
|
||||
, inst = appium({});
|
||||
, inst = appium({app: "/path/to/fake.app"});
|
||||
|
||||
var start = function(cb) {
|
||||
cb(null, {});
|
||||
|
||||
Reference in New Issue
Block a user