summaryrefslogtreecommitdiff
path: root/tests/unit/test_locations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_locations.py')
-rw-r--r--tests/unit/test_locations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_locations.py b/tests/unit/test_locations.py
index 01e6f7585..1e1cc2437 100644
--- a/tests/unit/test_locations.py
+++ b/tests/unit/test_locations.py
@@ -28,7 +28,7 @@ class TestLocations:
self.username = "example"
self.patch()
- def tearDown(self):
+ def teardown(self):
self.revert_patch()
shutil.rmtree(self.tempdir, ignore_errors=True)