Skip to content

Commit

Permalink
Improve add Utils test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkezhou1 committed Jan 28, 2024
1 parent 1d22cde commit 8e632c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class FileUtilsTest {
@Test def getPathFromEnvTest(): Unit = {
assertThrows(classOf[NullPointerException], () => FileUtils.getPathFromEnv(null))
assertThrows(classOf[IllegalArgumentException], () => FileUtils.getPathFromEnv("null"))
FileUtils.getPathFromEnv("null")
}

@Test def existsTest(): Unit = {
Expand Down

0 comments on commit 8e632c4

Please sign in to comment.