Skip to content

Commit 0196e19

Browse files
authored
Update db_test.go
1 parent 36b91d9 commit 0196e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/booktest/sqlite/db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818

1919
func TestBooks(t *testing.T) {
2020
db, cleanup := sqltest.SQLite(t, []string{"schema.sql"})
21-
defer sdb.Close()
21+
defer db.Close()
2222
defer cleanup()
2323

2424
ctx := context.Background()

0 commit comments

Comments
 (0)