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
[common] Fix failure condition in file test (#204)
* [common] Fix failure condition in file test
failed_when uses and for list items, and fails only when all conditions are met
* [common][file] Use assert instead of failed_when
This allows more information to be shown about why the test failed.
0 commit comments