mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
fix unit test
This commit is contained in:
parent
7edc584d5b
commit
8837e696dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue