Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Dec 16, 2021
1 parent 0bd8efd commit 0b3ae56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions node/core/approval-voting/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -766,10 +766,7 @@ async fn import_block(

let session_info = config.session_info.clone().unwrap_or({
let validators = vec![Sr25519Keyring::Alice, Sr25519Keyring::Bob];
SessionInfo {
needed_approvals: 1,
..session_info(&validators)
}
SessionInfo { needed_approvals: 1, ..session_info(&validators) }
});

overseer_send(
Expand Down

0 comments on commit 0b3ae56

Please sign in to comment.