Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Nov 20, 2020
1 parent 73a5187 commit b093a11
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ private void copyTestNGOptions(TestNGOptions source, TestNGOptions target) {
private void addFilters(TestsReader testsReader, TestNames failedTests, TestFilterBuilder filters) {
failedTests.stream().forEach(entry -> {
String className = entry.getKey();
Set<String> tests = entry.getValue();

tests.forEach(test -> {
entry.getValue().forEach(test -> {
Optional<TestNgClassVisitor> classVisitor;
try {
classVisitor = testsReader.readTestClassDirClass(className, TestNgClassVisitor::new);
Expand Down

0 comments on commit b093a11

Please sign in to comment.