Skip to content

Commit

Permalink
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_leatherman_vendored("catch-1.4.0.zip" "catch" "include")
add_leatherman_vendored("Catch-1.10.0.zip" "Catch-1.10.0" "single_include")
2 changes: 1 addition & 1 deletion curl/tests/client_test.cc
Original file line number Diff line number Diff line change
@@ -298,7 +298,7 @@ namespace leatherman { namespace curl {

SECTION("client fails to initialize a libcurl easy session") {
curl_fail_init mock_error {easy_init_error};
REQUIRE_THROWS_AS(mock_client test_client, http_exception);
REQUIRE_THROWS_AS(mock_client(), http_exception);
}

SECTION("client fails to perform a cURL request") {
Binary file added vendor/Catch-1.10.0.zip
Binary file not shown.
Binary file removed vendor/catch-1.4.0.zip
Binary file not shown.

0 comments on commit 43747b5

Please sign in to comment.