Skip to content

Commit ded2c9a

Browse files
committed
Rubocop - Style/CaseEquality
1 parent cd7c67e commit ded2c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/common/patch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def raw_execute(command, opts = {}, command_hash = nil)
9898

9999
print_command.delete :args if print_command[:args] == []
100100

101-
if print_command[:using] === '-android uiautomator'
101+
if print_command[:using] == '-android uiautomator'
102102
value = print_command[:value].split(';').map { |v| "#{v};" }
103103
print_command[:value] = value.length == 1 ? value[0] : value
104104

0 commit comments

Comments
 (0)