diff --git a/src/tutorial/testing.md b/src/tutorial/testing.md index aff4017..0d9af6d 100644 --- a/src/tutorial/testing.md +++ b/src/tutorial/testing.md @@ -472,7 +472,7 @@ at the end of the function, the actual temporary file will automatically get deleted. ```rust,ignore -{{#include testing/tests/cli.rs:17:32}} +{{#include testing/tests/cli.rs:18:30}} ```