Skip to content

Commit

Permalink
restore test_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchuan committed Jan 31, 2024
1 parent ebb541f commit 7cceb07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func OpenTestConnection(cfg *gorm.Config) (db *gorm.DB, err error) {
db, err = gorm.Open(postgres.New(postgres.Config{
DSN: dbDSN,
PreferSimpleProtocol: true,
DriverName: "postgres",
}), cfg)
case "sqlserver":
// go install github.com/microsoft/go-sqlcmd/cmd/sqlcmd@latest
Expand Down

0 comments on commit 7cceb07

Please sign in to comment.