Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Apr 23, 2024
1 parent 5cc937c commit e78f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CCDB/test/testCcdbApiDownloader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ BOOST_AUTO_TEST_CASE(asynch_schedule_test)
for (int i = 0; i < TRANSFERS; i++) {
long httpCode;
curl_easy_getinfo(handles[i], CURLINFO_HTTP_CODE, &httpCode);
BOOST_CHECK_EQUAL(httpCode, 200);
BOOST_CHECK_EQUAL(httpCode, 200);
BOOST_CHECK_NE(dests[i]->size(), 0);
// I suspect the following was needed simply because the rest of the
// code was leaking.
Expand Down

0 comments on commit e78f125

Please sign in to comment.