summaryrefslogtreecommitdiff
path: root/yoyo/tests/test_migrations.py
diff options
context:
space:
mode:
Diffstat (limited to 'yoyo/tests/test_migrations.py')
-rw-r--r--yoyo/tests/test_migrations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/tests/test_migrations.py b/yoyo/tests/test_migrations.py
index 0eea603..985fb84 100644
--- a/yoyo/tests/test_migrations.py
+++ b/yoyo/tests/test_migrations.py
@@ -302,7 +302,7 @@ class TestMigrationList(object):
class TestAncestorsDescendants(object):
- def setup(self):
+ def setup_method(self):
self.m1 = Mock(id="m1", depends=["m2", "m3"])
self.m2 = Mock(id="m2", depends=["m3"])
self.m3 = Mock(id="m3", depends=["m5"])