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
The test implementation should not purely consist of an inline assertion as assertions do not return a value and having them inline also makes the tests less readable.
4
6
5
7
This rule is fixable. It will wrap the assertion in braces `{}`. It will not do any whitespace or style changes.
0 commit comments