diff --git a/batch_test.go b/batch_test.go index 8a88629..0e046a3 100644 --- a/batch_test.go +++ b/batch_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - // TODO + // TODO - use testify "github.com/google/go-cmp/cmp" ) diff --git a/drift_enums_test.go b/drift_enums_test.go index a378002..65b2df2 100644 --- a/drift_enums_test.go +++ b/drift_enums_test.go @@ -3,7 +3,7 @@ package pgutil import ( "testing" - // TODO + // TODO - use testify "github.com/google/go-cmp/cmp" ) diff --git a/query_test.go b/query_test.go index 96cd00f..dcca336 100644 --- a/query_test.go +++ b/query_test.go @@ -3,7 +3,7 @@ package pgutil import ( "testing" - // TODO + // TODO - use testify "github.com/google/go-cmp/cmp" "github.com/lib/pq" ) diff --git a/rows_scaner_test.go b/rows_scaner_test.go deleted file mode 100644 index 44ff93a..0000000 --- a/rows_scaner_test.go +++ /dev/null @@ -1,3 +0,0 @@ -package pgutil - -// TODO diff --git a/rows_slice_scanner_test.go b/rows_slice_scanner_test.go deleted file mode 100644 index 44ff93a..0000000 --- a/rows_slice_scanner_test.go +++ /dev/null @@ -1,3 +0,0 @@ -package pgutil - -// TODO diff --git a/rows_value_scanner_test.go b/rows_value_scanner_test.go deleted file mode 100644 index 44ff93a..0000000 --- a/rows_value_scanner_test.go +++ /dev/null @@ -1,3 +0,0 @@ -package pgutil - -// TODO