yangyichao-mango commented on a change in pull request #3417:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3417#discussion_r475078725
##########
File path:
dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/UsersServiceTest.java
##########
@@ -434,9 +409,8 @@ public void testUnauthorizedUser(){
Assert.assertEquals(Status.SUCCESS, result.get(Constants.STATUS));
}
-
@Test
- public void testAuthorizedUser(){
+ public void testAuthorizedUser() {
Review comment:
Thx a lot for your review~
Got it, because @SneakyThrows is the feature of lombok, I will suggest
community to introduce the lombok in the future.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]