From e51057125305535cda30c02c9944327c87f734b5 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Tue, 23 Nov 2021 11:49:41 -0700 Subject: [PATCH] fix numbering sequence --- exercise/testing/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise/testing/src/lib.rs b/exercise/testing/src/lib.rs index bd28abb..83c99b2 100644 --- a/exercise/testing/src/lib.rs +++ b/exercise/testing/src/lib.rs @@ -32,7 +32,7 @@ mod test { // - splish(9, 3) is 0 } -// 4. Create a `tests/` directory and an integration test file `tests/more_tests.rs` +// 5. Create a `tests/` directory and an integration test file `tests/more_tests.rs` // Inside that file, create a test function that verifies: // - that `sploosh(splish(-1, 0), splish(1, 1), splish(3, 2))` returns the value `4` //