We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a21f6 commit 7e6a19aCopy full SHA for 7e6a19a
rewards/src/tests.rs
@@ -361,7 +361,7 @@ fn share_to_zero_removes_storage() {
361
}
362
);
363
364
- // chescks if key is removed
+ // checks if key is removed
365
assert_eq!(ShareAndWithdrawnReward::<Runtime>::contains_key(DOT_POOL, ALICE), true);
366
RewardsModule::remove_share(&ALICE, &DOT_POOL, 100);
367
assert_eq!(ShareAndWithdrawnReward::<Runtime>::contains_key(DOT_POOL, ALICE), false);
0 commit comments