compile and update migration package

This commit is contained in:
c9s 2022-07-10 15:29:07 +08:00
parent e633cedd3c
commit c62aafdf2b
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ func TestGetMigrationsMap(t *testing.T) {
func TestMergeMigrationsMap(t *testing.T) {
MergeMigrationsMap(map[int64]*rockhopper.Migration{
2: {},
3: {},
2: &rockhopper.Migration{},
3: &rockhopper.Migration{},
})
}

View File

@ -14,7 +14,7 @@ func TestGetMigrationsMap(t *testing.T) {
func TestMergeMigrationsMap(t *testing.T) {
MergeMigrationsMap(map[int64]*rockhopper.Migration{
2: {},
3: {},
2: &rockhopper.Migration{},
3: &rockhopper.Migration{},
})
}