Fix tests on master (#2080)

Because of a bug in the test script, we didn't stopped CI when the main
tests are failed.
This commit is contained in:
Bastian Köcher
2020-12-07 15:47:39 +01:00
committed by GitHub
parent f4a6f9d9b2
commit d7047578e9
7 changed files with 77 additions and 50 deletions
+1 -1
View File
@@ -2165,7 +2165,7 @@ mod tests {
fn test_candidate_backing_msg() -> CandidateBackingMessage {
let (sender, _) = oneshot::channel();
CandidateBackingMessage::GetBackedCandidates(Default::default(), sender)
CandidateBackingMessage::GetBackedCandidates(Default::default(), Vec::new(), sender)
}
fn test_candidate_selection_msg() -> CandidateSelectionMessage {