diff options
author | mattn <mattn.jp@gmail.com> | 2018-06-13 10:15:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 10:15:40 +0900 |
commit | 1013924b6663dc068e1b9d3313299dcf829811ca (patch) | |
tree | 027631e7683b5ba57dfaa044ba7826acf29e5308 /sqlite3_go18_test.go | |
parent | Merge pull request #596 from mattn/fix/travis (diff) | |
parent | Add Tests for Crypt Encoders (diff) | |
download | golite-1013924b6663dc068e1b9d3313299dcf829811ca.tar.gz golite-1013924b6663dc068e1b9d3313299dcf829811ca.tar.xz |
Merge pull request #592 from GJRTimmer/fix/test/coverage
fix/test/coverage
Diffstat (limited to 'sqlite3_go18_test.go')
-rw-r--r-- | sqlite3_go18_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlite3_go18_test.go b/sqlite3_go18_test.go index 44fc4df..741ed90 100644 --- a/sqlite3_go18_test.go +++ b/sqlite3_go18_test.go @@ -80,7 +80,6 @@ func randStringBytes(n int) string { } func initDatabase(t *testing.T, db *sql.DB, rowCount int64) { - t.Logf("Executing db initializing statements") for _, query := range testTableStatements { _, err := db.Exec(query) if err != nil { |