Skip to content

Commit

Permalink
Fix test setup warning (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Dec 18, 2022
1 parent 4b7f6ef commit f001a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


class TestWarningStream:
def setup(self):
def setup_method(self):
self.stream = check._WarningStream()

def test_write_match(self):
Expand Down

0 comments on commit f001a7e

Please sign in to comment.