Skip to content

Commit

Permalink
pull in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Joematpal committed Sep 27, 2023
1 parent c41174f commit 01acd69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions driver/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,6 @@ func TestInsertByteArrayODBC(t *testing.T) {
}

func TestInsertBoolTrueODBC(t *testing.T) {
log.UseTestLogger(t)

db, err := sql.Open("ramsql", "TestInsertBoolODBC")
if err != nil {
Expand Down Expand Up @@ -1201,7 +1200,6 @@ func TestInsertBoolTrueODBC(t *testing.T) {
}

func TestInsertBoolFalseODBC(t *testing.T) {
log.UseTestLogger(t)

db, err := sql.Open("ramsql", "TestInsertBoolODBC")
if err != nil {
Expand Down

0 comments on commit 01acd69

Please sign in to comment.