Skip to content

Commit 9e7a1f3

Browse files
committed
done changes
1 parent 4be5850 commit 9e7a1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/appium/executor/ATDExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public XmlSuite constructXmlAndExecuteTestCaseAtRuntime(List<String> testCases,
182182
}
183183
}
184184
}
185-
if(includedMethodsList!=null) {
185+
if(!includedMethodsList.isEmpty()) {
186186
xmlClass.setIncludedMethods(includedMethodsList);
187187
classes.add(xmlClass);
188188
}

0 commit comments

Comments
 (0)