Skip to content

Commit

Permalink
chore: run dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
parodyBit committed Oct 30, 2024
1 parent d0ac1e6 commit f8cd95d
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 240 deletions.
4 changes: 2 additions & 2 deletions integration_test/e2e_update_wallet_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Future<void> e2eUpdateCurrentWalletTest(WidgetTester tester) async {
await tester.pumpAndSettle();

/// Verify the imported wallet and the current address
expectLater(currentWallet3!.masterAccount!.address.cropMiddle(18),
"wit1vzm…2tya50u");
expectLater(
currentWallet3!.masterAccount!.address.cropMiddle(18), "wit1vzm…2tya50u");
await teardownTest();
}
Loading

0 comments on commit f8cd95d

Please sign in to comment.