I've switched the expected and actual assertion arguments.
expected
actual
I added # at the end and got accepted as a valid, separate solution. I don't know what is causing this, but thanks for letting me know :)
#
I'm not sure either :/ I just submitted again to make sure and it passed all the tests.
Hi,
You have inverted the expected and actual values in the assertions ! ;)
A glitch I think. I did not submit that version anyway.
Loading collection data...
I've switched the
expected
andactual
assertion arguments.I added
#
at the end and got accepted as a valid, separate solution.I don't know what is causing this, but thanks for letting me know :)
I'm not sure either :/ I just submitted again to make sure and it passed all the tests.
Hi,
You have inverted the
expected
andactual
values in the assertions ! ;)A glitch I think. I did not submit that version anyway.