NUnit + F#.
1. Write a single assertion failing test.
2. The ">" mark is green (SHOULD BE RED).
3. Add an empty line above the assertion.
4. The mark became red (OK).
5. Change the assertion such that the test pass now.
6. The mark is still red (WRONG).
7. Remove that empty line or add another one.
8. The mark became green (OK).
It's very severe bug I think.
It look like this:
https://drive.google.com...U1Vuc2c/edit?usp=sharing