Skip to content

Commit

Permalink
chore: clean up ConfigHelperTest
Browse files Browse the repository at this point in the history
Signed-off-by: Li Zhanhui <lizhanhui@gmail.com>
  • Loading branch information
lizhanhui committed Oct 19, 2024
1 parent 54979dc commit 4b7bf1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public class ConfigHelperTest {

@Test
public void testGetDBLogDir() {
String logDir = ConfigHelper.getDBLogDir();
System.out.println(logDir);
// Should not raise exception.
ConfigHelper.getDBLogDir();
}

}

0 comments on commit 4b7bf1e

Please sign in to comment.