Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
efritz committed Sep 12, 2024
1 parent 65fd306 commit ef9bd0f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"testing"

// TODO
// TODO - use testify
"github.com/google/go-cmp/cmp"
)

Expand Down
2 changes: 1 addition & 1 deletion drift_enums_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package pgutil
import (
"testing"

// TODO
// TODO - use testify
"github.com/google/go-cmp/cmp"
)

Expand Down
2 changes: 1 addition & 1 deletion query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package pgutil
import (
"testing"

// TODO
// TODO - use testify
"github.com/google/go-cmp/cmp"
"github.com/lib/pq"
)
Expand Down
3 changes: 0 additions & 3 deletions rows_scaner_test.go

This file was deleted.

3 changes: 0 additions & 3 deletions rows_slice_scanner_test.go

This file was deleted.

3 changes: 0 additions & 3 deletions rows_value_scanner_test.go

This file was deleted.

0 comments on commit ef9bd0f

Please sign in to comment.