The test is exercising the error, so it can capture it before the test framework displays it on the console as an unforeseen fatal error.
It is odd to observe a fatal error after executing the complete test suite and seeing it pass successfully.
Reproduction Steps: Run the unit test suite. A long AssumeUTXO fatal error will be printed even when all tests pass successfully.