Skip to content

Commit

Permalink
Fix TODO formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Feb 9, 2024
1 parent a035148 commit 9f34d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/azurefs_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ class TestAzureFileSystem : public ::testing::Test {
FileSelector select;
select.base_dir = dest_path;
select.recursive = false;
// TODO(Arrow-40014):investigate why this can't be false here
// TODO(ARROW-40014): investigate why this can't be false here
select.allow_not_found = true;
ARROW_ASSIGN_OR_RAISE(auto dest_contents, the_fs->GetFileInfo(select));
if (dest_contents.empty()) {
Expand Down

0 comments on commit 9f34d0f

Please sign in to comment.