fix: rename quiz1 to tests1 in info (#420)

`rustlings run tests1` wasn't working because of this typo.
This commit is contained in:
Alexx Roche 2020-06-03 20:07:06 +02:00 committed by GitHub
parent 5563adbb89
commit 0dd1c6ca6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -311,7 +311,7 @@ hint = "No hints this time ;)"
# TESTS
[[exercises]]
name = "quiz1"
name = "tests1"
path = "exercises/tests/tests1.rs"
mode = "test"
hint = """