Skip to content

Commit

Permalink
Merge pull request #261 from mulkieran/fix-typo
Browse files Browse the repository at this point in the history
stratisd_cert.py: setUp -> tearDown
  • Loading branch information
mulkieran authored May 21, 2024
2 parents a2531e8 + 3ec17ec commit 8c45a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stratisd_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def tearDown(self):
:return: None
"""
super().setUp()
super().tearDown()

RunPostTestChecks.tearDown(self)

Expand Down

0 comments on commit 8c45a0e

Please sign in to comment.