Skip to content

Commit 57572aa

Browse files
committed
fix a typo in the staking epoch tests
1 parent 2bdf0d2 commit 57572aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/pallet-domains/src/staking_epoch.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ mod tests {
10451045
(0, OperatorPair::from_seed(&[0; 32])),
10461046
(1, OperatorPair::from_seed(&[1; 32])),
10471047
(2, OperatorPair::from_seed(&[2; 32])),
1048-
(3, OperatorPair::from_seed(&[2; 32])),
1048+
(3, OperatorPair::from_seed(&[3; 32])),
10491049
];
10501050

10511051
let mut ext = new_test_ext();
@@ -1114,7 +1114,7 @@ mod tests {
11141114

11151115
// operator 1, 2, 3 should have share price
11161116
// 1 received epoch rewards and still part of next operators
1117-
// 2, 3 not part of next operators but they got rewards so they
1117+
// 2, 3 not part of next operators, but they got rewards so they
11181118
// should have the epoch rewards
11191119
operator_share_price_exists(domain_id, vec![1, 2, 3], 3);
11201120

0 commit comments

Comments
 (0)