From 94b20f50bea37261fb76541933055bb5734a50ed Mon Sep 17 00:00:00 2001 From: Thomas SharedInbox Date: Mon, 25 May 2026 07:58:44 +0200 Subject: [PATCH] style: format edit_account_screen_test.dart Co-Authored-By: Claude Sonnet 4.6 --- test/widget/edit_account_screen_test.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);