diff --git a/Snowflake.Data.Tests/UnitTests/OsTest.cs b/Snowflake.Data.Tests/UnitTests/OsTest.cs index 6afb4dc6b..8eec42bed 100644 --- a/Snowflake.Data.Tests/UnitTests/OsTest.cs +++ b/Snowflake.Data.Tests/UnitTests/OsTest.cs @@ -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}!!!"); } } }