Skip to content

Commit 750f76e

Browse files
committed
Fix test
1 parent 18f74f9 commit 750f76e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pallet/staking/src/tests.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,6 @@ fn payout_should_work() {
539539
vec![
540540
// Pay to staking failed.
541541
Event::Unpaid { who: account_id(), amount: 5000000000000000000000 },
542-
// Pay to distribution contract failed.
543-
// The contract address is the same as staking pallet account in unit test.
544-
Event::Unpaid { who: account_id(), amount: 5000000000000000000000 },
545542
// Pay to collator failed.
546543
Event::Unpaid { who: account_id_of(6), amount: 3749999998500000000000 },
547544
// Pay to nominator failed.

0 commit comments

Comments
 (0)