Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jun 21, 2024
1 parent e10294c commit 723c7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/uiautomator2.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class UiAutomator2Server {
* servers once in order to install proper servers freshly.
*
* @param {PackageInfo[]} packagesInfo
* @returns {boolean} if any of components is already installed and the other is not installed
* @returns {boolean} true if any of components is already installed and the other is not installed
* or the installed one has a newer version.
*/
shouldUninstallServerPackages(packagesInfo = []) {
Expand All @@ -132,7 +132,7 @@ class UiAutomator2Server {
* Checks if server components should be installed on the device under test in scope of the current driver session.
*
* @param {PackageInfo[]} packagesInfo
* @returns {boolean} if any of components is not installed or older than currently installed in order to
* @returns {boolean} true if any of components is not installed or older than currently installed in order to
* install or upgrade the servers on the device under test.
*/
shouldInstall(packagesInfo = []) {
Expand Down

0 comments on commit 723c7c4

Please sign in to comment.