We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc7fb14 + e74dcb6 commit e461379Copy full SHA for e461379
sqlalchemy_seed/mixin.py
@@ -45,7 +45,7 @@ def setUpClass(cls):
45
cls._create_fixtures(cls)
46
47
@classmethod
48
- def teatDownClass(cls):
+ def tearDownClass(cls):
49
if cls.fixtures_setup_class is True:
50
cls._drop_fixtures(cls)
51
0 commit comments