Skip to content

Commit

Permalink
Fixed Missing Bracket
Browse files Browse the repository at this point in the history
Signed-off-by: GabeFernandez310 <Gabriel.Fernandez@improving.com>
  • Loading branch information
GabeFernandez310 committed Jan 9, 2023
1 parent 1461be3 commit 1f225c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ public void dayOfMonthWithUnderscoresInvalidArguments() {
() -> assertThrows(
SemanticCheckException.class, () -> testInvalidDayOfMonth("asdfasdfasdf"))
);
}

private void dayOfWeekQuery(
FunctionExpression dateExpression,
Expand Down

0 comments on commit 1f225c6

Please sign in to comment.