Skip to content

Commit a6ae639

Browse files
committed
update test failures
1 parent 718ede9 commit a6ae639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Elastic.Markdown/Myst/FrontMatter/Applicability.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public string GetLifeCycleName() =>
115115
ProductLifecycle.Discontinued => "Discontinued",
116116
ProductLifecycle.Unavailable => "Unavailable",
117117
ProductLifecycle.GenerallyAvailable => "GA",
118+
ProductLifecycle.Removed => "Removed",
118119
_ => throw new ArgumentOutOfRangeException(nameof(Lifecycle), Lifecycle, null)
119120
};
120121

@@ -134,6 +135,7 @@ public override string ToString()
134135
ProductLifecycle.Discontinued => "discontinued",
135136
ProductLifecycle.Unavailable => "unavailable",
136137
ProductLifecycle.GenerallyAvailable => "ga",
138+
ProductLifecycle.Removed => "removed",
137139
_ => throw new ArgumentOutOfRangeException()
138140
};
139141
_ = sb.Append(lifecycle);

0 commit comments

Comments
 (0)