Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6c556 commit 0c0d52cCopy full SHA for 0c0d52c
1 file changed
testutil_db.go
@@ -447,7 +447,6 @@ func doTestBulkInsert(t *testing.T) {
447
WithMigration(func(mg *Migration)error{
448
b := new(basic)
449
mg.dropTableIfExists(b)
450
- mg.Log = true
451
mg.CreateTableIfNotExists(b)
452
return nil
453
})
0 commit comments