canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
17 stars 8 forks source link

Improve use of go check in tests #95

Closed Aflynn50 closed 6 months ago

Aflynn50 commented 1 year ago

Change tests in expr_test.go and package_test.go to use Assert instead of checking if the error is not nil and then using Errorf. Also change minor details about some of the tests to reflect the fact that Query objects should only be used once.