diff --git a/test/src/commands/create/commands/flame_game_test.dart b/test/src/commands/create/commands/flame_game_test.dart index 40c81f1e..3c077534 100644 --- a/test/src/commands/create/commands/flame_game_test.dart +++ b/test/src/commands/create/commands/flame_game_test.dart @@ -171,7 +171,7 @@ void main() { }); }); - test('create core app', () async { + test('create flame game', () async { final tempDir = Directory.systemTemp.createTempSync(); addTearDown(() => tempDir.deleteSync(recursive: true)); final argResults = MockArgResults();