Skip to content

Commit

Permalink
fix(driver): use correct method name
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 29, 2023
1 parent 382d296 commit 45330bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ class XCUITestDriver extends BaseDriver {
| XCTEST |
+--------+*/
runXCTest = commands.xctestExtensions.runXCTest;
installXCTestBundle = commands.xctestExtensions.installXCTestBundle;
mobileInstallXCTestBundle = commands.xctestExtensions.installXCTestBundle;
mobileListXCTestBundles = commands.xctestExtensions.mobileListXCTestBundles;
mobileListXCTestsInTestBundle = commands.xctestExtensions.mobileListXCTestsInTestBundle;
}
Expand Down

0 comments on commit 45330bb

Please # to comment.