From dae1cf85e454d0d20f89d9d1f10463f4aec0dca1 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 11 Jun 2015 13:53:41 +0100 Subject: [PATCH] + whitespace --- wagtail/wagtailcore/tests/test_streamfield.py | 1 + 1 file changed, 1 insertion(+) 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