Skip to content

Commit

Permalink
nonpublic
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Jan 7, 2025
1 parent f612a18 commit 8814320
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

import static org.junit.jupiter.api.Assertions.assertFalse;

public class PathSourceTest {
class PathSourceTest {

@Test
public void testEquals() {
void testEquals() {
PathSource source = new PathSource(Paths.get("/tmp"));
assertFalse(source.equals(null));
}
Expand Down

0 comments on commit 8814320

Please sign in to comment.