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
We've got some test that check that verify() doesn't throw an exception,
but that function doesn't return anything so we can't assert anything
about the outcome.
To hush the warnings in the test suite we have to explicitly tell it "we
don't expect to make any assertions."
0 commit comments