mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-03-19 20:57:50 +02:00
fix import for test
This commit is contained in:
parent
27bffac965
commit
e062dfc202
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
package sqlmock
|
package sqlmock
|
||||||
|
|
||||||
|
import (
|
||||||
|
"database/sql/driver"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
func TestQueryExpectationArgComparison(t *testing.T) {
|
func TestQueryExpectationArgComparison(t *testing.T) {
|
||||||
e := &queryBasedExpectation{converter: driver.DefaultParameterConverter}
|
e := &queryBasedExpectation{converter: driver.DefaultParameterConverter}
|
||||||
against := []namedValue{{Value: int64(5), Ordinal: 1}}
|
against := []namedValue{{Value: int64(5), Ordinal: 1}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user