Skip to content

Commit

Permalink
fix(fuzzer): fix OpCopyObject accidentally renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanht committed Apr 18, 2022
1 parent 9f4ac4e commit 56f3fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators/composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def fuzz(self, context: "Context") -> list[OpCode]:
return [self]


class OpCopytarget_object(CompositeOperator):
class OpCopyObject(CompositeOperator):
type: Type = None
object: Statement = None

Expand Down

0 comments on commit 56f3fef

Please sign in to comment.