Skip to content

Commit

Permalink
rename setup -> setup_method (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Jul 11, 2023
1 parent 80b4f1a commit 587f855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injector_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ def __init__(self, builder: AssistedBuilder[NeedsAssistance]):


class TestThreadSafety:
def setup(self):
def setup_method(self):
self.event = threading.Event()

def configure(binder):
Expand Down

0 comments on commit 587f855

Please sign in to comment.