test: fixed golden tests

pull/221/head
RuiAlonso 3 years ago
parent da9473263a
commit b3a4f1e0af

@ -17,7 +17,7 @@ void main() {
Assets.images.boundary.outerBottom.keyName, Assets.images.boundary.outerBottom.keyName,
Assets.images.boundary.bottom.keyName, Assets.images.boundary.bottom.keyName,
]; ];
final flameTester = FlameTester(() => TestGame(assets)); final flameTester = FlameTester(TestGame.new);
flameTester.testGameWidget( flameTester.testGameWidget(
'render correctly', 'render correctly',

Loading…
Cancel
Save