Skip to content

Commit 868be4f

Browse files
committed
fix rubocop
1 parent aac9143 commit 868be4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def ios(platform_name = :ios)
130130
platform_version = '17.4'
131131
wda_port = wda_local_port
132132

133-
real_device = ENV['REAL'] ? true : false
133+
real_device = ENV['REAL'] || false
134134

135135
cap = {
136136
caps: { # :desiredCapabilities is also available

0 commit comments

Comments
 (0)