mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-14 00:17:16 +00:00
fix: rename quiz1 to tests1 in info (#420)
`rustlings run tests1` wasn't working because of this typo.
This commit is contained in:
parent
5563adbb89
commit
0dd1c6ca6b
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ hint = "No hints this time ;)"
|
|||
# TESTS
|
||||
|
||||
[[exercises]]
|
||||
name = "quiz1"
|
||||
name = "tests1"
|
||||
path = "exercises/tests/tests1.rs"
|
||||
mode = "test"
|
||||
hint = """
|
||||
|
|
Loading…
Reference in a new issue