Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Jun 10, 2024
1 parent 49d4c3c commit e2b2ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/UnitTests/OsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void TestOs()
// s_logger.Warn($"OS: {osVariable}!!!");
// // s_logger.Warn($"OS Description: {RuntimeInformation.OSDescription}!!!");
// s_logger.Warn($"OS RuntimeIdentifier: {RuntimeInformation.RuntimeIdentifier}!!!");
// s_logger.Warn($"OS OSArchitecture: {RuntimeInformation.OSArchitecture}!!!");
s_logger.Warn($"OS OSArchitecture: {RuntimeInformation.OSArchitecture}!!!");
}
}
}

0 comments on commit e2b2ea3

Please sign in to comment.