Unverified Commit 2b0c3518 authored by Devon Carew's avatar Devon Carew Committed by GitHub

fix a typo (#34584)

parent 91213e2e
...@@ -42,7 +42,7 @@ class TestCommand extends FastFlutterCommand { ...@@ -42,7 +42,7 @@ class TestCommand extends FastFlutterCommand {
negatable: false, negatable: false,
help: 'Start in a paused mode and wait for a debugger to connect.\n' help: 'Start in a paused mode and wait for a debugger to connect.\n'
'You must specify a single test file to run, explicitly.\n' 'You must specify a single test file to run, explicitly.\n'
'Instructions for connecting with a debugger and printed to the ' 'Instructions for connecting with a debugger are printed to the '
'console once the test has started.', 'console once the test has started.',
) )
..addFlag('disable-service-auth-codes', ..addFlag('disable-service-auth-codes',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment