Skip to content

Commit

Permalink
[2/2] Handle FileNotFoundException in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jan 13, 2020
1 parent 206cd34 commit d73fa94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.junit.runner.RunWith;

import java.io.File;
import java.io.FileNotFoundException;

import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertNotNull;
Expand Down

0 comments on commit d73fa94

Please sign in to comment.