Skip to content

Commit 0dd1c6c

Browse files
authored
fix: rename quiz1 to tests1 in info (#420)
`rustlings run tests1` wasn't working because of this typo.
1 parent 5563adb commit 0dd1c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ hint = "No hints this time ;)"
311311
# TESTS
312312

313313
[[exercises]]
314-
name = "quiz1"
314+
name = "tests1"
315315
path = "exercises/tests/tests1.rs"
316316
mode = "test"
317317
hint = """

0 commit comments

Comments
 (0)