I installed UnitTest module and created the simplest unit test script. This is an empty microflow which invariably returns string 'I failed'. Based on the documentation for the module, such unit test script should always fail and the returned message is treated as the error message.
What I see is that my unit test fails indeed, but my error message is nowhere to be seen. What am I doing wrong?