Fixed slight indenting mistake

This commit is contained in:
Bernardo Pires 2014-12-26 16:14:04 +01:00
parent e1e2067eaf
commit fdc8dfec81
1 changed files with 3 additions and 3 deletions

View File

@ -106,8 +106,8 @@ class TenantTest(BaseTestCase):
class TenantTestCaseTest(BaseTestCase, TenantTestCase):
def test_tenant_survives_after_method1(self):
# There are two tenants (public plus the one created by TenantTestCase)
self.assertEquals(1 + 1, get_tenant_model().objects.all().count())
# There are two tenants (public plus the one created by TenantTestCase)
self.assertEquals(1 + 1, get_tenant_model().objects.all().count())
def test_tenant_survives_after_method2(self):
self.assertEquals(1 + 1, get_tenant_model().objects.all().count())
self.assertEquals(1 + 1, get_tenant_model().objects.all().count())