Skip to content

Commit

Permalink
Fix Checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtkn committed Aug 16, 2024
1 parent 115fc4b commit 616981d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ public void testGetACLFailure() throws Exception {
dam.stop();
dam.mockShutdown.shutdownTime = Date.from(Instant.ofEpochMilli(Time.now()));
LambdaTestUtils.intercept(TezUncheckedException.class,
" Cannot get ApplicationACLs before all services have started, The current service state is STOPPED. The shutdown hook started at "
" Cannot get ApplicationACLs before all services have started, "
+ "The current service state is STOPPED. The shutdown hook started at "
+ dam.mockShutdown.shutdownTime, () -> dam.getContext().getApplicationACLs());
}

Expand Down

0 comments on commit 616981d

Please sign in to comment.