Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkvangorder committed Dec 16, 2022
1 parent ca25377 commit 5ac808b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@ default <S extends SourceFile> List<S> scheduleVisit(RecipeRunStats runStats,
continue nextTest;
}
}
if (!before.isEmpty()) {
return before;
}
return before;
}
}
} catch (Throwable t) {
Expand Down

0 comments on commit 5ac808b

Please sign in to comment.