Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-608 committed Nov 13, 2023
1 parent 6eae612 commit 0a5bb65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void ensureCategoriesAreNotTransitive_lookingForExactChildren()
// then
STEP("Verify that searching by PATH for nested folder will return no results (Dependency to category is not transitive)");
SearchRequest query = req(format("PATH:'/cm:categoryRoot/cm:generalclassifiable/cm:%s/cm:%s/cm:%s/cm:%s'", Kname, Lname, Aname, Bname));
searchQueryService.expectResultsFromQuery(query, testUser);
searchQueryService.expectNoResultsFromQuery(query, testUser);
}

@Test(groups = TestGroup.SEARCH)
Expand Down

0 comments on commit 0a5bb65

Please sign in to comment.