fix(option1): Add test for prematurely passing exercise

Fixes the bug referenced in #160, but does not address the larger feature work referenced by the issue.
This commit is contained in:
Niklas Anderson
2019-07-26 16:44:10 -07:00
parent 1c789dda08
commit a750e4a1a3
2 changed files with 11 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ mode = "test"
[[exercises]]
path = "exercises/error_handling/option1.rs"
mode = "compile"
mode = "test"
[[exercises]]
path = "exercises/error_handling/result1.rs"