Skip to content

Commit 946baf0

Browse files
committed
Enabled sqlite testing in sql package
1 parent 46942f8 commit 946baf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

db/sql/sql_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ type TestingSuite struct {
3232
ConnString string
3333
}
3434

35-
/*
3635
func TestDatabaseSuiteSQLite(t *testing.T) {
3736
suite.Run(t, &TestingSuite{ConnString: sqliteConnString})
3837
}
39-
*/
4038

4139
func TestDatabaseSuiteMySQL(t *testing.T) {
4240
suite.Run(t, &TestingSuite{ConnString: mariaDBConnString})

0 commit comments

Comments
 (0)