Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbabeck committed Oct 10, 2023
1 parent e398efa commit 61e5277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bloc/account/account_bloc_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void main() {
injector.keychain.write(CredentialsManager.accountMnemonic, "a3eed");
AccountBloc accBloc = AccountBloc(breezLib, CredentialsManager(keyChain: injector.keychain));

await accBloc.connect(mnemonic: testMnemonic);
await accBloc.connect(mnemonic: testMnemonic, restored: true);
var accountState = accBloc.state;
expect(accountState.blockheight, greaterThan(1));
expect(accountState.id?.length, equals(66));
Expand Down

0 comments on commit 61e5277

Please sign in to comment.