Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout committed Jun 10, 2024
1 parent 5f6b0d6 commit 7f77ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-task-scheduler/src/retry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ pub mod test {
}

#[test]
fn retry_policy_hedge_cases() {
fn retry_policy_edge_cases() {
assert!(RetryPolicy::None.should_retry(0));
assert!(!RetryPolicy::None.should_retry(1));
assert!(!RetryPolicy::None.should_retry(u32::MAX));
Expand Down

0 comments on commit 7f77ffd

Please sign in to comment.