Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Correct wrong test name
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Aug 1, 2015
1 parent a41600d commit fecd5c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void shouldNotValidateFile() throws Exception {
}

@Test
public void shouldNotValidateNonExistingFile() throws Exception {
public void shouldValidateNonExistingFile() throws Exception {
fileBean.file = new File("is/not/absolute");

validator.assertNoViolations("file");
Expand Down

0 comments on commit fecd5c3

Please sign in to comment.