Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 12, 2024
1 parent 979e2ac commit c55eaa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CliHandlerTest {
}

@Test
fun shouldSetFilePathIdExists() {
fun shouldSetFilePathIfExists() {
val filePath = "/dev/null"
val cliHandler = CliHandler(arrayOf("-f", filePath))
assertEquals(filePath, cliHandler.filePath)
Expand Down

0 comments on commit c55eaa2

Please sign in to comment.