Skip to content

Commit

Permalink
change setup to setup_method
Browse files Browse the repository at this point in the history
  • Loading branch information
To-Ki-O committed Mar 29, 2023
1 parent acd88a5 commit 2159107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/feedback/tests/command/test_feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestFeedbackCommand:
def setup_class(cls):
model.repo.init_db()

def setup(self):
def setup_method(self, method):
self.runner = CliRunner()

def test_feedback_default(self):
Expand Down

0 comments on commit 2159107

Please sign in to comment.