Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Oct 17, 2024
1 parent fb41379 commit ccd553c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ public void testSelectWithWikipediaEmptyOverWithCustomContext()
.setSql(
"select cityName, added, SUM(added) OVER () cc from wikipedia")
.setQueryContext(customContext)
.setExpectedMSQFault(new TooManyRowsInAWindowFault(15922, 200))
.setExpectedMSQFault(new TooManyRowsInAWindowFault(15930, 200))
.verifyResults();
}

Expand Down

0 comments on commit ccd553c

Please sign in to comment.