Skip to content

Commit

Permalink
Correct some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 23, 2024
1 parent d98b06e commit 11e410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn main() {
}

#[cfg(test)]
seq!(N in 0..13 {
seq!(N in 0..14 {
#[rstest]
#[timeout(Duration::new(60, 0))]
#(
Expand Down

0 comments on commit 11e410e

Please sign in to comment.