tests rx_missingpackets not working

This commit is contained in:
maliakal_d 2020-11-17 08:52:30 +01:00
parent f592b98beb
commit bd76a66770

View File

@ -132,7 +132,7 @@ TEST_CASE("rx_missingpackets", "[.cmd][.rx]") {
std::ostringstream oss;
proxy.Call("rx_missingpackets", {}, -1, GET, oss);
std::string s = (oss.str()).erase(0, strlen("rx_missingpackets ["));
// REQUIRE(std::stoi(s) == 0);
REQUIRE(std::stoi(s) == 0);
}
}