Skip to content

Commit 9036f30

Browse files
AliSoftwaremokagio
andauthored
Update spec/firebase_test_runner_spec.rb
Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com>
1 parent 45a1c62 commit 9036f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/firebase_test_runner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
run_tests
3232
end
3333

34-
it 'includes and properly escape the test filters if any are provided' do
34+
it 'includes and properly escapes the test targets if any are provided' do
3535
allow(Fastlane::Action).to receive('sh').with(
3636
"gcloud firebase test android run --project foo-bar-baz --type instrumentation --app #{default_file} --test #{default_file} --test-targets notPackage\\ org.wordpress.android.ui.screenshots --device device --verbosity info 2>&1 | tee #{runner_temp_file}"
3737
)

0 commit comments

Comments
 (0)