mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Fix tests (#4597)
This commit is contained in:
committed by
Bastian Köcher
parent
90f85a52b1
commit
2b03bcdd4f
@@ -2094,8 +2094,8 @@ mod tests {
|
||||
System::set_block_number(5);
|
||||
assert_ok!(Elections::end_block(System::block_number()));
|
||||
|
||||
assert_eq!(Elections::members_ids(), vec![1, 1]);
|
||||
assert_eq!(Elections::runners_up_ids(), vec![4, 3]);
|
||||
assert_eq!(Elections::members_ids(), vec![1, 4]);
|
||||
assert_eq!(Elections::runners_up_ids(), vec![2, 3]);
|
||||
assert_eq!(Elections::candidates(), vec![]);
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user