Skip to content

Commit

Permalink
Fix Read_NFiles_ReadFailures test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-le-cam committed Jul 19, 2024
1 parent 9ddade0 commit c853d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ TEST_F(GCSDriverTestFixture, Read_NFiles_ReadFailures)

//fail at subsequent read
const std::vector<long long> fail_other_read_test_values = { 0, cast_mock_size_0 - 1 };
for (long long i : fail_first_read_test_values)
for (long long i : fail_other_read_test_values)
{
test_func(i, static_cast<size_t>(filesize), [&]() {
EXPECT_CALL(*mock_client, ReadObject)
Expand Down

0 comments on commit c853d6c

Please sign in to comment.