1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-18 03:06:08 +02:00

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
Signed by: GitHub
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 = """