Release v5.0.0 #657

Merged
gaisser merged 578 commits from development into master 2022-07-25 15:05:57 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b7a316008a - Show all commits

View File

@ -82,7 +82,7 @@ TEST_CASE("Command Executor", "[cmd-exec]") {
readBytes = 0;
sizesFifo.retrieve(&readBytes);
// That's about the size of the reply
bool beTrue = (readBytes > 200) and (readBytes < 300);
bool beTrue = (readBytes > 200) and (readBytes < 400);
REQUIRE(beTrue);
uint8_t largerReadBuffer[1024] = {};
outputBuffer.readData(largerReadBuffer, readBytes);