Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Dec 19, 2024
1 parent 537319e commit 45ef511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_coro_http_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ TEST_CASE("chunked request") {
CHECK(size == 0);
break;
}
CHECK(size > 0);
CHECK(size >= 0);
content.append(result.data);
}

Expand Down

0 comments on commit 45ef511

Please sign in to comment.