Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <penghuo@gmail.com>
  • Loading branch information
penghuo committed Mar 12, 2024
1 parent d364944 commit 2f43dbf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,8 @@ void testCancelQueryWithInvalidStatementId() {

@Test
void testCancelQueryWithNoSessionId() {
assertThrows(IllegalArgumentException.class,
assertThrows(
IllegalArgumentException.class,
() -> sparkQueryDispatcher.cancelJob(asyncQueryJobMetadata()));
}

Expand Down

0 comments on commit 2f43dbf

Please sign in to comment.