This commit is contained in:
ponzischeme89
2026-08-23 13:20:54 +12:00
parent 766cea2199
commit 89ebe21201
35 changed files with 1000 additions and 195 deletions
+2
View File
@@ -15,6 +15,8 @@ func TestSeriesLifecycleTag(t *testing.T) {
"Continuing": {Status: "continuing", Label: "CONTINUING"},
"upcoming": {Status: "upcoming", Label: "UPCOMING"},
"ended": {Status: "ended", Label: "ENDED"},
"cancelled": {Status: "cancelled", Label: "CANCELLED"},
"canceled": {Status: "cancelled", Label: "CANCELLED"},
"deleted": {Status: "deleted", Label: "REMOVED"},
// No tag at all rather than an invented one.
"": {},