Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Jul 24, 2023
1 parent c8f2b5d commit 208cf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/examples/author_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async fn main() {
println!("Success: submit_and_watch_extrinsic_until Finalized");
});

// Test some _watch_untils_without_events. One is enough, because it is test implicitly by `submit_and_watch_extrinsic_until`
// Test some _watch_untils_without_events. One is enough, because it is tested implicitly by `submit_and_watch_extrinsic_until`
// as internal call.
thread::sleep(Duration::from_secs(6)); // Wait a little to avoid transaction too low priority error.
let xt6 = api.balance_transfer_allow_death(bob.clone(), 1000);
Expand Down

0 comments on commit 208cf2d

Please sign in to comment.