Skip to content

Commit 7e6a19a

Browse files
committed
spelling
1 parent c1a21f6 commit 7e6a19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewards/src/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ fn share_to_zero_removes_storage() {
361361
}
362362
);
363363

364-
// chescks if key is removed
364+
// checks if key is removed
365365
assert_eq!(ShareAndWithdrawnReward::<Runtime>::contains_key(DOT_POOL, ALICE), true);
366366
RewardsModule::remove_share(&ALICE, &DOT_POOL, 100);
367367
assert_eq!(ShareAndWithdrawnReward::<Runtime>::contains_key(DOT_POOL, ALICE), false);

0 commit comments

Comments
 (0)