update test

This commit is contained in:
proddy
2025-03-15 13:48:56 +01:00
parent 80c26e1adb
commit cfb59ac6a0

View File

@@ -127,7 +127,7 @@ void shuntingYard_test20() {
}
void shuntingYard_test21() {
std::string expected_result = "";
std::string expected_result = "1";
std::string test_value = "boiler/storagetemp2 == \"\"";
TEST_ASSERT_EQUAL_STRING(expected_result.c_str(), compute(test_value).c_str());
}