Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Jun 1, 2019
1 parent 6d3ec62 commit fbcd022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setUp(self):
self.orig_audiodev = os.environ.get("AUDIODEV")
os.environ["AUDIODEV"] = "null"

def tearDOwn(self):
def tearDown(self):
if self.orig_audiodev is not None:
os.environ["AUDIODEV"] = self.orig_audiodev
else:
Expand Down

0 comments on commit fbcd022

Please sign in to comment.