fix
This commit is contained in:
parent
e84111732e
commit
8df6722fd8
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ func TestStarGiftLifecycleMigrationsApply(t *testing.T) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("migrate star gift lifecycle schema: %v", err)
|
t.Fatalf("migrate star gift lifecycle schema: %v", err)
|
||||||
}
|
}
|
||||||
if status.Dirty || status.Empty || status.Version != 121 {
|
if status.Dirty || status.Empty || status.Version != 20260714003082 {
|
||||||
t.Fatalf("migration status = %+v, want clean version 121", status)
|
t.Fatalf("migration status = %+v, want clean version 20260714003082", status)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue