This commit is contained in:
onysd 2026-07-21 00:18:33 +03:00
parent e84111732e
commit 8df6722fd8

View file

@ -14,7 +14,7 @@ func TestStarGiftLifecycleMigrationsApply(t *testing.T) {
if err != nil {
t.Fatalf("migrate star gift lifecycle schema: %v", err)
}
if status.Dirty || status.Empty || status.Version != 121 {
t.Fatalf("migration status = %+v, want clean version 121", status)
if status.Dirty || status.Empty || status.Version != 20260714003082 {
t.Fatalf("migration status = %+v, want clean version 20260714003082", status)
}
}