mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 00:41:03 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user