style: format edit_account_screen_test.dart

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas SharedInbox
2026-05-25 12:49:29 +02:00
co-authored by Claude Sonnet 4.6
parent 885906b204
commit 94b20f50be
+2 -1
View File
@@ -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);