go-toolkit icon indicating copy to clipboard operation
go-toolkit copied to clipboard

Use the require assertion for tests

Open chocolatkey opened this issue 10 months ago • 0 comments

In many of the tests in this codebase, testify's assert functions are used. There are, however, many cases where require would be more logical, such as when parsing something (require no error) and then test its properties (with assert)

chocolatkey avatar Feb 06 '25 01:02 chocolatkey