Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed May 2, 2024
1 parent 17cf8fd commit 0972f8e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ void invalidOperator(final String operator) {
is("[" + operator + "] operator is not supported."));
}

@Test
void testAttributePrefix() {
assertEquals("", converter.getCustomPrefix());
}

@Test
void testJoinFilterAttributes() {
String query = "origin eq \"origin-value\" and id eq \"group-value\"";
Expand Down

0 comments on commit 0972f8e

Please sign in to comment.