Skip to content

Commit

Permalink
second version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-zzzz committed Nov 3, 2023
1 parent f1f966b commit d6e1770
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void isFileReader_Ok() {

@Test
void readFile_nonExistentFile_notOk() {
Assertions.assertThrows(RuntimeException.class, () -> fileReader.readFile("File_Not_Exist"));
Assertions.assertThrows(RuntimeException.class, () -> fileReader
.readFile("File_Not_Exist"));
}
}

0 comments on commit d6e1770

Please sign in to comment.