diff options
| author | Alexx Roche <github@alexx.net> | 2020-06-03 20:07:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 20:07:06 +0200 |
| commit | 0dd1c6ca6b389789e0972aa955fe17aa15c95f29 (patch) | |
| tree | 4a40ddad0d1d6648fb16031dd502b53f0d915419 | |
| parent | 5563adbb890587fc48fbbc9c4028642687f1e85b (diff) | |
fix: rename quiz1 to tests1 in info (#420)
`rustlings run tests1` wasn't working because of this typo.
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 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 = """ |
