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
Is your feature request related to a problem? Please describe.
In test templates, we use require from testify most of the time and assert in some places.
I think it would be better for code consistency to use require everywhere, except if the use of assert eventually makes sense.
Describe the solution you'd like
Replace assert everywhere
I don't put it in #1409 because this issue is eventually open for discussion