You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Actual behavior A clear and concise description of what the bug is.
If test function setup some EXPECT() which wasn't called yet and then it panic(), the panic message won't be shown in test output, all I get is missing call(s) to … aborting test due to missing call(s) message.
Expected behavior A clear and concise description of what you expected to happen.
Panic has to be shown in test output. Mentioned above message about missing calls may or may not be shown, it's much less important than panic and often implicit because of panic.
To Reproduce Steps to reproduce the behavior
I can provide trivial example if needed, but I believe it's obvious.