Skip to content

Commit

Permalink
CXX-2127 upgrade Catch2 to v2.13.4 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Nov 24, 2020
1 parent 8af246b commit 2580965
Show file tree
Hide file tree
Showing 2 changed files with 934 additions and 529 deletions.
1 change: 0 additions & 1 deletion src/mongocxx/test/collection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,6 @@ TEST_CASE("CRUD functionality", "[driver::collection]") {

if (test_util::get_max_wire_version(mongodb_client) >= 1) {
// The server supports out().
REQUIRE(cursor);
auto results = get_results(std::move(*cursor));
REQUIRE(results.empty());

Expand Down
Loading

0 comments on commit 2580965

Please sign in to comment.