From 8837e696dcbd6e15f13f1a62ea538b176a900418 Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Fri, 10 May 2019 02:05:04 -0700 Subject: [PATCH] fix unit test --- src/CalculatorUnitTests/UnitConverterTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalculatorUnitTests/UnitConverterTest.cpp b/src/CalculatorUnitTests/UnitConverterTest.cpp index 3f3559d2..fc2655fd 100644 --- a/src/CalculatorUnitTests/UnitConverterTest.cpp +++ b/src/CalculatorUnitTests/UnitConverterTest.cpp @@ -441,7 +441,7 @@ namespace UnitConverterUnitTests s_unitConverter->SendCommand(Command::Six); s_unitConverter->SendCommand(Command::Seven); s_unitConverter->SendCommand(Command::Eight); - VERIFY_IS_TRUE(s_testVMCallback->CheckDisplayValues(wstring(L"12345678"), wstring(L"27217528.63236"))); + VERIFY_IS_TRUE(s_testVMCallback->CheckDisplayValues(wstring(L"12345678"), wstring(L"27217529"))); } // Test large values