Skip to content

Commit

Permalink
remove argument of AssertCreatedData
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Feb 22, 2024
1 parent 45597ab commit cfa65fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/dataset/dataset_writer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ class DatasetWriterTestFixture : public testing::Test {
}
}

void AssertCreatedData(const std::vector<ExpectedFile>& expected_files,
bool check_num_record_batches = true) {
void AssertCreatedData(const std::vector<ExpectedFile>& expected_files) {
counter_ = 0;
for (const auto& expected_file : expected_files) {
std::optional<MockFileInfo> written_file = FindFile(expected_file.filename);
Expand Down

0 comments on commit cfa65fa

Please sign in to comment.