Merge pull request #2469 from proddy/dev

update test
This commit is contained in:
Proddy
2025-03-15 13:49:19 +01:00
committed by GitHub

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());
}