Skip to content

Commit

Permalink
Fix the test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan authored and Jay Pan committed Dec 18, 2024
1 parent 85440ee commit 2e1dd53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions precompiles/parachain-staking/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@ fn collator_list_test() {
CollatorInfo {
owner: convert_mock_account_by_u8_list(MockPeaqAccount::Alice),
amount: U256::from(110),
commission: U256::from(0),
},
CollatorInfo {
owner: convert_mock_account_by_u8_list(MockPeaqAccount::Charlie),
amount: U256::from(20),
commission: U256::from(0),
},
]);
});
Expand Down

0 comments on commit 2e1dd53

Please sign in to comment.