diff --git a/wagtail/wagtailcore/tests/test_streamfield.py b/wagtail/wagtailcore/tests/test_streamfield.py index 4f77c129f..588a1ae9c 100644 --- a/wagtail/wagtailcore/tests/test_streamfield.py +++ b/wagtail/wagtailcore/tests/test_streamfield.py @@ -75,6 +75,7 @@ class TestLazyStreamField(TestCase): with self.assertNumQueries(0): instances_lookup[self.no_image.pk].body[0] + class TestSystemCheck(TestCase): def tearDown(self): # unregister InvalidStreamModel from the overall model registry