From 0dd1c6ca6b389789e0972aa955fe17aa15c95f29 Mon Sep 17 00:00:00 2001 From: Alexx Roche Date: Wed, 3 Jun 2020 20:07:06 +0200 Subject: [PATCH] fix: rename quiz1 to tests1 in info (#420) `rustlings run tests1` wasn't working because of this typo. --- info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.toml b/info.toml index d2c2ba5..2c871ad 100644 --- a/info.toml +++ b/info.toml @@ -311,7 +311,7 @@ hint = "No hints this time ;)" # TESTS [[exercises]] -name = "quiz1" +name = "tests1" path = "exercises/tests/tests1.rs" mode = "test" hint = """