Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test
  • Loading branch information
kianenigma committed Sep 21, 2020
commit 0b8a85e7f119d4927fd3822ce099332e6851b284
2 changes: 1 addition & 1 deletion frame/elections-phragmen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2408,7 +2408,7 @@ mod tests {
assert_err_with_weight!(
Elections::remove_member(Origin::root(), 4, true),
Error::<Test>::InvalidReplacement,
Some(30159000), // only thing that matters for now is that it is NOT the full block.
Some(45302000), // only thing that matters for now is that it is NOT the full block.
);
});

Expand Down