Skip to content

Commit

Permalink
Fix naming of test #3338
Browse files Browse the repository at this point in the history
  • Loading branch information
fritschldwg committed Nov 23, 2023
1 parent 5dc1d0e commit d99aa61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class CSVExporterTest {
}

@Test
fun `should fail with invalid input file error-message when path folder is specified as input`() {
fun `should fail to create output when folder is specified as input source`() {
// given
val pathToFolder = "src/test/resources/"
System.setErr(PrintStream(errContent))
Expand Down

0 comments on commit d99aa61

Please sign in to comment.