Skip to content

Commit 81188d5

Browse files
committed
Fix deprecation warning
1 parent f17eeb0 commit 81188d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migrate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func (s *SqliteMigrateSuite) TestPackrMigrate(c *C) {
178178

179179
func (s *SqliteMigrateSuite) TestPackrMigrateDir(c *C) {
180180
migrations := &PackrMigrationSource{
181-
Box: packr.NewBox("."),
181+
Box: packr.New(".", "."),
182182
Dir: "./test-migrations/",
183183
}
184184

0 commit comments

Comments
 (0)