Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-ch committed Jan 9, 2025
1 parent 5cb246d commit 1a2ffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/balances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async fn balance() {

let balance = client.balance(&owner, Some(&asset_id)).await.unwrap();

// Note that the big (200000) message, which is RETRYABLE is not included in the balance
// Note that the big (200000) message, which is RETRYABLE is not included in the balance
assert_eq!(balance, 449);
}

Expand Down

0 comments on commit 1a2ffa6

Please sign in to comment.