Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Dec 5, 2023
1 parent f9b5858 commit 7edfa03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pallets/dapp-staking-v3/src/test/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1260,9 +1260,6 @@ fn unstake_with_unclaimed_rewards_fails() {
DappStaking::unstake(RuntimeOrigin::signed(account), smart_contract, 1),
Error::<Test>::UnclaimedRewards
);

// Advance to the next period, unstake should still fail.
advance_to_next_period();
})
}

Expand Down

0 comments on commit 7edfa03

Please sign in to comment.