diff --git a/very_good_flame_game/hooks/test/pre_gen_test.dart b/very_good_flame_game/hooks/test/pre_gen_test.dart index c63b0d2..64adbb7 100644 --- a/very_good_flame_game/hooks/test/pre_gen_test.dart +++ b/very_good_flame_game/hooks/test/pre_gen_test.dart @@ -15,8 +15,8 @@ void main() { context = _MockHookContext(); }); - final clock = Clock.fixed(DateTime(2020)); test('populates variables', () { + final clock = Clock.fixed(DateTime(2020)); withClock(clock, () { final vars = { 'project_name': 'my_game',