Closed ArielUmansky closed 8 years ago
Can't stop getting this error when I'm implementing tests for Wollok guides in Mumuki.
Here's an example. I want to test a simple method definition using the "Try it" feature of the Mumuki editor:
This is the test code. Am I doing something wrong?
test "pepito entiende salud y retorna 100" { assert.equals(100, pepito.salud()) }
Hi @ArielUmansky you had an extra pending in your guide extra code section, that is why you got that error message.
I fixed the guide for you and now it works:
Can't stop getting this error when I'm implementing tests for Wollok guides in Mumuki.
Here's an example. I want to test a simple method definition using the "Try it" feature of the Mumuki editor:
This is the test code. Am I doing something wrong?