Skip to content

Commit

Permalink
Refactor tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Jun 2, 2020
1 parent 5790ba9 commit 8bb05a5
Show file tree
Hide file tree
Showing 58 changed files with 184 additions and 1,425 deletions.
2 changes: 1 addition & 1 deletion clause/benchmarks_test.go
Expand Up @@ -7,7 +7,7 @@ import (
"gorm.io/gorm"
"gorm.io/gorm/clause"
"gorm.io/gorm/schema"
"gorm.io/gorm/tests"
"gorm.io/gorm/utils/tests"
)

func BenchmarkSelect(b *testing.B) {
Expand Down
2 changes: 1 addition & 1 deletion clause/clause_test.go
Expand Up @@ -9,7 +9,7 @@ import (
"gorm.io/gorm"
"gorm.io/gorm/clause"
"gorm.io/gorm/schema"
"gorm.io/gorm/tests"
"gorm.io/gorm/utils/tests"
)

var db, _ = gorm.Open(tests.DummyDialector{}, nil)
Expand Down
2 changes: 1 addition & 1 deletion clause/expression_test.go
Expand Up @@ -8,7 +8,7 @@ import (
"gorm.io/gorm"
"gorm.io/gorm/clause"
"gorm.io/gorm/schema"
"gorm.io/gorm/tests"
"gorm.io/gorm/utils/tests"
)

func TestExpr(t *testing.T) {
Expand Down
225 changes: 0 additions & 225 deletions dialects/mssql/create.go

This file was deleted.

142 changes: 0 additions & 142 deletions dialects/mssql/migrator.go

This file was deleted.

0 comments on commit 8bb05a5

Please sign in to comment.