Skip to content

Commit

Permalink
Fixed a SonarQube issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robtimus committed Jul 27, 2024
1 parent 868700e commit f767f30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ protected final void assertAttributesModified(Path path, Map<String, ?> expected

assertNotNull(modified);
assertEquals(expected, modified);
//expected.forEach((key, value) -> assertThat(modified, hasEntry(key, value)));
}

private static final class ExceptionFactoryWrapper implements FileSystemExceptionFactory {
Expand Down

0 comments on commit f767f30

Please sign in to comment.