Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed May 25, 2020
1 parent 1fecdb7 commit 6f9adae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ mod tests {
let dest = AccountKeyring::Bob.to_account_id().into();

let client = test_client().await;
let nonce = client.account(&AccountKeyring::Alice.to_account_id()).await.unwrap().nonce;
signer.set_nonce(nonce);
client
.submit(
balances::TransferCall {
Expand Down

0 comments on commit 6f9adae

Please sign in to comment.