summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexx Roche <github@alexx.net>2020-06-03 20:07:06 +0200
committerGitHub <noreply@github.com>2020-06-03 20:07:06 +0200
commit0dd1c6ca6b389789e0972aa955fe17aa15c95f29 (patch)
tree4a40ddad0d1d6648fb16031dd502b53f0d915419
parent5563adbb890587fc48fbbc9c4028642687f1e85b (diff)
fix: rename quiz1 to tests1 in info (#420)
`rustlings run tests1` wasn't working because of this typo.
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
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 = """