Skip to content

Commit

Permalink
update runtime info test for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Oct 11, 2024
1 parent 2538142 commit 3fa87ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SignNow.Net.Test/UnitTests/Infrastructure/RuntimeInfoTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ public void ShouldProperParseLinuxOsDetails(string kernelStr, string expected)
[DataRow("19.0.0", "10.15", DisplayName = "Catalina")]
[DataRow("20.0.0", "11.0", DisplayName = "Big Sur")]
[DataRow("21.0.0", "12.0", DisplayName = "Monterey")]
[DataRow("22.0.0", "13.0", DisplayName = "Ventura")]
[DataRow("23.0.0", "14.0", DisplayName = "Sonoma")]
[DataRow("24.0.0", "15.0", DisplayName = "Sequoia")]
[DataRow("99.0.0", "", DisplayName = "Unknown")]
public void ShouldProperParseMacOsDetails(string kernelVer, string expected)
{
Expand Down

0 comments on commit 3fa87ae

Please sign in to comment.