Skip to content

Commit

Permalink
coverage 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
asmello committed Aug 5, 2024
1 parent 172b521 commit 020ead3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ mod tests {
err.source().unwrap().to_string(),
"not a number".parse::<usize>().unwrap_err().to_string()
);
assert!(ParseIndexError::LeadingZeros.source().is_none());
}

#[test]
Expand Down

0 comments on commit 020ead3

Please sign in to comment.