mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
dev-comment spelling mistakes (#4434)
This commit is contained in:
committed by
GitHub
parent
854d92a4a4
commit
4adb8466a3
@@ -196,7 +196,7 @@ impl TestCandidateBuilder {
|
||||
}
|
||||
}
|
||||
|
||||
// Tests that the subsystem performs actions that are requied on startup.
|
||||
// Tests that the subsystem performs actions that are required on startup.
|
||||
async fn test_startup(virtual_overseer: &mut VirtualOverseer, test_state: &TestState) {
|
||||
// Start work on some new parent.
|
||||
virtual_overseer
|
||||
@@ -378,7 +378,7 @@ fn backing_second_works() {
|
||||
});
|
||||
}
|
||||
|
||||
// Test that the candidate reaches quorum succesfully.
|
||||
// Test that the candidate reaches quorum successfully.
|
||||
#[test]
|
||||
fn backing_works() {
|
||||
let test_state = TestState::default();
|
||||
|
||||
Reference in New Issue
Block a user