Skip to content

Commit 3fa87ae

Browse files
committed
update runtime info test for macos
1 parent 2538142 commit 3fa87ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: SignNow.Net.Test/UnitTests/Infrastructure/RuntimeInfoTest.cs

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ public void ShouldProperParseLinuxOsDetails(string kernelStr, string expected)
4444
[DataRow("19.0.0", "10.15", DisplayName = "Catalina")]
4545
[DataRow("20.0.0", "11.0", DisplayName = "Big Sur")]
4646
[DataRow("21.0.0", "12.0", DisplayName = "Monterey")]
47+
[DataRow("22.0.0", "13.0", DisplayName = "Ventura")]
48+
[DataRow("23.0.0", "14.0", DisplayName = "Sonoma")]
49+
[DataRow("24.0.0", "15.0", DisplayName = "Sequoia")]
4750
[DataRow("99.0.0", "", DisplayName = "Unknown")]
4851
public void ShouldProperParseMacOsDetails(string kernelVer, string expected)
4952
{

0 commit comments

Comments
 (0)