Skip to content

Commit 569f4f5

Browse files
Add macOS Monterey test case in OsBrandStringTests
1 parent 9ff0f9c commit 569f4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/BenchmarkDotNet.Tests/Environments/OsBrandStringTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public void WindowsWithUbrIsPrettified(string originalVersion, int ubr, string p
5858
[InlineData("macOS 10.15.4 (19E266)", "Darwin 19.4.0", "macOS Catalina 10.15.4 (19E266) [Darwin 19.4.0]")]
5959
[InlineData("macOS 11.1 (20C69)", "Darwin 20.2.0", "macOS Big Sur 11.1 (20C69) [Darwin 20.2.0]")]
6060
[InlineData("macOS 11.3.1 (20E241)", "Darwin 20.4.0", "macOS Big Sur 11.3.1 (20E241) [Darwin 20.4.0]")]
61+
[InlineData("macOS 12.1 (21C52)", "Darwin 21.2.0", "macOS Monterey 12.1 (21C52) [Darwin 21.2.0]")]
6162
public void MacOSXIsPrettified(string systemVersion, string kernelVersion, string prettifiedName)
6263
=> Check(OsBrandStringHelper.PrettifyMacOSX(systemVersion, kernelVersion), prettifiedName);
6364
}

0 commit comments

Comments
 (0)