Skip to content

Commit 30b93ce

Browse files
committed
Fix lint
1 parent e7e1c57 commit 30b93ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/pr/checkout.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ func runPR() {
101101
db.HasEngine = true
102102
//x.ShowSQL(true)
103103
err = db.InitFixtures(
104-
path.Join(curDir, "models/fixtures/"),
104+
db.FixturesOptions{
105+
Dir: path.Join(curDir, "models/fixtures/"),
106+
},
105107
)
106108
if err != nil {
107109
fmt.Printf("Error initializing test database: %v\n", err)

0 commit comments

Comments
 (0)