fix broken test

This commit is contained in:
Pankaj Garg 2019-02-11 18:00:56 -08:00 committed by Grimes
parent 0002b5dd02
commit b4fd141105
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ pub mod tests {
let vote_account_keypair = Arc::new(Keypair::new());
let voting_keypair = VotingKeypair::new_local(&vote_account_keypair);
let (sender, _) = channel();
let (tvu, _) = Tvu::new(
let tvu = Tvu::new(
Some(Arc::new(voting_keypair)),
&bank,
0,