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 07:58:44 +02:00
co-authored by Claude Sonnet 4.6
parent 2336afa0d7
commit 3a08daa402
+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);