Skip to content

Commit fa467a4

Browse files
authored
Update AppiumV2_test.js
1 parent bd58bec commit fa467a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/AppiumV2_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ describe('Appium', function () {
595595
platform = 'android'
596596
})
597597
app.runOnAndroid({ platformVersion: '7.0' }, () => {
598-
platform = 'android7'
598+
platform = 'android'
599599
})
600600

601601
assert.equal('android', platform)

0 commit comments

Comments
 (0)