test(curriculum): test suites must fail on the initial contents

This commit is contained in:
Valeriy S
2018-10-25 17:23:00 +03:00
committed by mrugesh mohapatra
parent d8343aeb2f
commit 0aa6881508
2 changed files with 86 additions and 34 deletions

View File

@ -30,7 +30,7 @@ Work through the code and see if you can figure out the problem, then advance to
```yml
tests:
- text: Move ahead to understand the error.
testString: assert(true, 'Move ahead to understand the error.');
testString: '' # assert(true, 'Move ahead to understand the error.');
```