diff --git a/test/cli_test.dart b/test/cli_test.dart
index eda93f26b74cd4c69953a0cf77847d9c239a3932..a1f434875ef8b49ada85c3132d65891541b8b053 100644
--- a/test/cli_test.dart
+++ b/test/cli_test.dart
@@ -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);
       });