Fix fullnode test

This commit is contained in:
Pankaj Garg 2019-02-25 16:40:08 -08:00 committed by Grimes
parent 299b642803
commit 2f44555437
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ mod tests {
let validator_exit = validator.run(Some(rotation_sender));
assert_eq!(
rotation_receiver.recv().unwrap(),
(FullnodeReturnType::LeaderToLeaderRotation, 2)
(FullnodeReturnType::ValidatorToLeaderRotation, 2)
);
validator_exit();