diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-06-12 12:40:59 +0200 |
---|---|---|
committer | G.J.R. Timmer <gjr.timmer@gmail.com> | 2018-06-12 13:57:14 +0200 |
commit | 668824341d16f4528c85084b421c3f0702d82344 (patch) | |
tree | 9dc2c76b97a3a29d7156ee13bab2f1aaf4d3830a /sqlite3_go18_test.go | |
parent | Rewrite Tests UserAuth (diff) | |
download | golite-668824341d16f4528c85084b421c3f0702d82344.tar.gz golite-668824341d16f4528c85084b421c3f0702d82344.tar.xz |
Add Tests for Crypt Encoders
* Increase 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 { |