Skip to content

Commit

Permalink
fixing failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
domko17 committed Jan 9, 2024
1 parent 2f6b0a2 commit 1776d8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Map<String, String> generateSuggestion() {
suggestions = getFilters(lastNode.getText());
suggestions.put(FilterNames.NOT.getLocalPart(), null);
} else if (lastNode instanceof AxiomQueryParser.DescendantPathContext ctx) {

// TODO solve DescendantPathContext
} else if (lastNode instanceof AxiomQueryParser.SubfilterOrValueContext ctx) {
suggestions.put(FilterNames.AND.getLocalPart(), null);
suggestions.put(FilterNames.OR.getLocalPart(), null);
Expand Down

0 comments on commit 1776d8e

Please sign in to comment.