mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-05-19 22:23:27 +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:
parent
5563adbb89
commit
0dd1c6ca6b
@ -311,7 +311,7 @@ hint = "No hints this time ;)"
|
||||
# TESTS
|
||||
|
||||
[[exercises]]
|
||||
name = "quiz1"
|
||||
name = "tests1"
|
||||
path = "exercises/tests/tests1.rs"
|
||||
mode = "test"
|
||||
hint = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user