From f9e53ab38dbe9f3210384c70002b4479c7fcdfc0 Mon Sep 17 00:00:00 2001 From: Alfonso Gregory Date: Wed, 14 Jul 2021 18:27:38 -0400 Subject: [PATCH] Fixed --- src/CalculatorUnitTests/HistoryTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalculatorUnitTests/HistoryTests.cpp b/src/CalculatorUnitTests/HistoryTests.cpp index 666b119f..c63b640c 100644 --- a/src/CalculatorUnitTests/HistoryTests.cpp +++ b/src/CalculatorUnitTests/HistoryTests.cpp @@ -112,7 +112,7 @@ namespace CalculatorFunctionalTests m_standardViewModel->SendCommandToCalcManager(static_cast(Command::CommandEQU)); } - VERIFY_ARE_EQUAL((size_t) + VERIFY_ARE_EQUAL((size_t)m_historyViewModel->ItemsCount, m_historyViewModel->MaxHistorySize()); String ^ expression = L"1 + 1 ="; int output = 2; String ^ result = output.ToString();