From 11e410e855730be0585ed99ae9a7d339c1052dd0 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Mon, 22 Jul 2024 23:55:48 -0500 Subject: [PATCH] Correct some typos --- rust/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/main.rs b/rust/src/main.rs index 4bafc7d4..f4b42ebc 100644 --- a/rust/src/main.rs +++ b/rust/src/main.rs @@ -48,7 +48,7 @@ fn main() { } #[cfg(test)] -seq!(N in 0..13 { +seq!(N in 0..14 { #[rstest] #[timeout(Duration::new(60, 0))] #(