ready for tests

This commit is contained in:
2025-09-30 11:12:47 -04:00
parent ff62b371c9
commit c62da47a31
2 changed files with 41 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
package lazy
//driver.Result does not play well with creation, overriding it here so we can return the results without
//driver.Result does not play well when manually creating them, overriding it here so we can return the results without
//requiring sqlmock
type sqlResult struct {
insertID int64