Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Sep 14, 2023
1 parent 09c396a commit c1456fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/smb/tests/ListSmbTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ TEST_CASE("ListSmb tests") {
CHECK_FALSE(list_smb->isYield());
CHECK(checkForFlowFileWithAttributes(trigger_results.at(ListSmb::Success), *d_expected_attributes));
}

SECTION("PathFilter and FileFilter") {
REQUIRE(controller.plan->setProperty(list_smb, ListSmb::FileFilter, ".*\\.foo"));
REQUIRE(controller.plan->setProperty(list_smb, ListSmb::RecurseSubdirectories, "true"));
Expand Down

0 comments on commit c1456fd

Please sign in to comment.