Skip to content

Commit

Permalink
abc
Browse files Browse the repository at this point in the history
  • Loading branch information
kingswanwho committed Mar 23, 2022
1 parent ed42ef7 commit 901f77c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ public void testWindowGroupByOnView() throws Exception {

test("use dfs.tmp");
test(createView);
test(query);
UserException userException = Assert.assertThrows(UserException.class, () -> test(query));
MatcherAssert.assertThat(userException, new UserExceptionMatcher(UserBitShared.DrillPBError.ErrorType.VALIDATION));
} finally {
Expand Down

0 comments on commit 901f77c

Please sign in to comment.