Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Jul 26, 2024
1 parent 56336a5 commit 460560b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2860,7 +2860,7 @@ public void testPresenceOfOverIsInvalid()
() -> testHelper.testExpression(rexNode, null, plannerContext)
);

assertThat(t.getMessage(), StringContains.containsString("Encountered an OVER"));
assertThat(t.getMessage(), StringContains.containsString("Unexpected OVER expression"));
}

@Test
Expand Down

0 comments on commit 460560b

Please sign in to comment.