diff --git a/expectations_before_go18_test.go b/expectations_before_go18_test.go index 028f11f..deee8f9 100644 --- a/expectations_before_go18_test.go +++ b/expectations_before_go18_test.go @@ -2,6 +2,12 @@ package sqlmock +import ( + "database/sql/driver" + "testing" + "time" +) + func TestQueryExpectationArgComparison(t *testing.T) { e := &queryBasedExpectation{converter: driver.DefaultParameterConverter} against := []namedValue{{Value: int64(5), Ordinal: 1}}