diff --git a/test/widget/edit_account_screen_test.dart b/test/widget/edit_account_screen_test.dart index 4cd1db2..816ad96 100644 --- a/test/widget/edit_account_screen_test.dart +++ b/test/widget/edit_account_screen_test.dart @@ -105,7 +105,8 @@ void main() { expect(find.text('Edit account'), findsNothing); }); - testWidgets('try connection shows password required when no password stored', ( + testWidgets( + 'try connection shows password required when no password stored', ( tester, ) async { tester.view.physicalSize = const Size(800, 1400);