Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Dec 19, 2021
1 parent d9336c9 commit e6675d2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ public void canAddAndRemovePlugin() throws Exception {

FilesHelper.copyFiles(preparedPluginDir.resolve(TOURNAMENT_PLUGIN_NAME), pluginDir1);

Files.find(pluginDir1,
Integer.MAX_VALUE,
(filePath, fileAttr) -> fileAttr.isRegularFile())
.forEach(System.out::println);

await().atMost(30, TimeUnit.SECONDS).until(() -> {
return given()
.when()
Expand Down

0 comments on commit e6675d2

Please sign in to comment.