Skip to content
Snippets Groups Projects
Commit 95e08a04 authored by Devon Carew's avatar Devon Carew
Browse files

Update cli_test.dart

Fix the cli 'one arg' test.
parent 4c110208
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ void defineTests() {
});
test('one arg', () {
return app.process(['consoleapp']).then((_) {
return app.process(['console-full']).then((_) {
_expectOk();
expect(target.createdCount, isPositive);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment