We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b91d9 commit 0196e19Copy full SHA for 0196e19
examples/booktest/sqlite/db_test.go
@@ -18,7 +18,7 @@ const (
18
19
func TestBooks(t *testing.T) {
20
db, cleanup := sqltest.SQLite(t, []string{"schema.sql"})
21
- defer sdb.Close()
+ defer db.Close()
22
defer cleanup()
23
24
ctx := context.Background()
0 commit comments