JAVA-23082 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1)
This commit is contained in:
@@ -65,6 +65,7 @@ public class NioVsNio2UnitTest {
|
||||
public void listFilesUsingWalk() throws Exception {
|
||||
Path path = Paths.get("src/test");
|
||||
Stream<Path> walk = Files.walk(path);
|
||||
walk.forEach(System.out::println);
|
||||
|
||||
assertThat(walk.findAny()).isPresent();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user