Closed igungor closed 1 year ago
Since we use gotest.tools/v3/ for several test helpers, we may as well use gotest.tools/v3/assert package. We don't need any other testing package.
gotest.tools/v3/
gotest.tools/v3/assert
While I'm here, mockery tools is replaced with gomock too.
mockery
gomock
Also, I made staticcheck more strict.
Since we use
gotest.tools/v3/
for several test helpers, we may as well usegotest.tools/v3/assert
package. We don't need any other testing package.While I'm here,
mockery
tools is replaced withgomock
too.Also, I made staticcheck more strict.