Skip to content

Commit

Permalink
style2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikail Bagishov committed May 10, 2024
1 parent 1365cb7 commit 319c47a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ void passesWindowsEndsOfLineWithoutException() throws Exception {
final String file = "WindowsEol.java";
final Collection<Violation> results = this.runValidation(file, false);
MatcherAssert.assertThat(
"violation should be reported correctly",
results,
Matchers.contains(
new ViolationMatcher(
Expand All @@ -473,7 +474,6 @@ void passesWindowsEndsOfLineWithoutException() throws Exception {
)
)
);

}

/**
Expand All @@ -486,6 +486,7 @@ void testWindowsEndsOfLineWithLinuxSources() throws Exception {
final String file = "WindowsEolLinux.java";
final Collection<Violation> results = this.runValidation(file, false);
MatcherAssert.assertThat(
"violation should be reported correctly",
results,
Matchers.contains(
new ViolationMatcher(
Expand Down

0 comments on commit 319c47a

Please sign in to comment.