[BUG] Depending on verbose setting 'FAIL()' is added to the error test or not #472
Labels
bug
Something isn't working
good first issue
Good for newcomers
verified
Bug fix is verified
wrong generation
Inadequate or empty test suite generated
To Reproduce
Generate test for following code
Actual behavior
When Verbose setting is enabled following error test is generated
When Verbose is disabled then:
As result depending on verbose setting test behaves completely differently.
Expected
UTBot either adds
FAIL()
at the end of the test in both situations or doesn't add it not matter what state of Verbose setting is.The text was updated successfully, but these errors were encountered: