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
Show all changes
26 commits
Select commit Hold shift + click to select a range
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
Fixes
  • Loading branch information
gavofyork committed Mar 13, 2021
commit 43baaf2c89fa5fd7b41f24deebf238785ec18fa3
2 changes: 1 addition & 1 deletion primitives/npos-elections/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::{
to_support_map, to_supports, Assignment, ElectionResult, ExtendedBalance, StakedAssignment,
Support, Voter, EvaluateSupport,
};
use sp_arithmetic::{PerU16, Perbill, Percent, Permill, PerThing};
use sp_arithmetic::{PerU16, Perbill, Percent, Permill};
use substrate_test_utils::assert_eq_uvec;

#[test]
Expand Down