Skip to content

Commit

Permalink
add UT
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Nov 29, 2024
1 parent c3edb63 commit 04f77c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void before() {
}

@Test
public void test() throws NoSuchMethodException, InvocationTargetException, IllegalAccessException {
public void testCheckAuditLogFileName() throws NoSuchMethodException, InvocationTargetException, IllegalAccessException {
//private method checkAuditLogFileName
GetLogFileAction action = new GetLogFileAction();
Method method = GetLogFileAction.class.getDeclaredMethod("checkAuditLogFileName", String.class);
Expand Down

0 comments on commit 04f77c9

Please sign in to comment.