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
|
# TESTS
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
name = "quiz1"
|
name = "tests1"
|
||||||
path = "exercises/tests/tests1.rs"
|
path = "exercises/tests/tests1.rs"
|
||||||
mode = "test"
|
mode = "test"
|
||||||
hint = """
|
hint = """
|
||||||
|
|
Loading…
Reference in a new issue