Skip to content

Commit

Permalink
Update test/src/commands/create/commands/flame_game_test.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Angelov <felangelov@gmail.com>
  • Loading branch information
renancaraujo and felangel committed Jan 11, 2023
1 parent 282167e commit d6f8e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/commands/create/commands/flame_game_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d6f8e3a

Please sign in to comment.