Skip to content

Commit 93a966e

Browse files
committed
Don't print SQL in unit tests
1 parent 0e76f38 commit 93a966e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/unit_tests.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func CreateTestEngine(fixturesDir string) error {
3232
if err = x.StoreEngine("InnoDB").Sync2(tables...); err != nil {
3333
return err
3434
}
35-
x.ShowSQL(true)
3635

3736
return InitFixtures(&testfixtures.SQLite{}, fixturesDir)
3837
}

0 commit comments

Comments
 (0)