Skip to content

Commit f8bfbd5

Browse files
author
yifanj4
committed
skipTrace tiny fix
1 parent 903f8d1 commit f8bfbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/identify_param/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def traceInTestCode(self, trace):
6161
return False
6262

6363
def skipTrace(self, trace):
64-
if trace == "java.lang.Thread":
64+
if "java.lang.Thread" in trace:
6565
return True
6666
if "sun.reflect" in trace:
6767
return True

0 commit comments

Comments
 (0)