Skip to content

Commit

Permalink
Remove unnecessary throws clause in testMaxLimitForPassthroughQueries
Browse files Browse the repository at this point in the history
  • Loading branch information
elonazoulay authored and hashhar committed Apr 21, 2023
1 parent b567f7c commit f70c702
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,6 @@ public void testBrokerQueryWithTooManyRowsForSegmentQuery()

@Test
public void testMaxLimitForPassthroughQueries()
throws InterruptedException
{
assertQueryFails("SELECT string_col, updated_at_seconds" +
" FROM \"SELECT updated_at_seconds, string_col FROM " + TOO_MANY_BROKER_ROWS_TABLE +
Expand Down

0 comments on commit f70c702

Please sign in to comment.