go-toolkit
go-toolkit copied to clipboard
Use the require assertion for tests
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)