Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Nov 6, 2024
1 parent 782cbe7 commit a9e0abc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class BetweenTest {

@Test
public void testBetween() {
String expression ="A between 1 and 1"; //
String expression = "A between 1 and 1"; //
Expression result = PARSER.parseExpression(expression);
Assertions.assertInstanceOf(EqualTo.class, result);

Expand Down

0 comments on commit a9e0abc

Please sign in to comment.