Add Tests for Crypt Encoders

* Increase coverage
This commit is contained in:
Gert-Jan Timmer
2018-06-12 12:40:59 +02:00
committed by G.J.R. Timmer
parent d9455abc35
commit 668824341d
2 changed files with 57 additions and 1 deletions

View File

@@ -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 {