diff --git a/tests/test6/classes.dex b/tests/test6/classes.dex index 684e321..6a54678 100644 Binary files a/tests/test6/classes.dex and b/tests/test6/classes.dex differ diff --git a/tests/test6/patch.py b/tests/test6/patch.py index 8908b55..385fe13 100644 --- a/tests/test6/patch.py +++ b/tests/test6/patch.py @@ -54,7 +54,7 @@ def multiGen(rand): used = set() while 1: choices = rand.choice(ordsets) - x = random.choice(choices) + x = rand.choice(choices) if x not in used: yield x used.add(x)