Remove extra whitespace
This commit is contained in:
parent
0b78f3d931
commit
58c30f48d5
|
|
@ -35,4 +35,4 @@ class TestForwardMigrations(MigratorTestCase):
|
|||
|
||||
User = self.new_state.apps.get_model('auth', 'user')
|
||||
|
||||
self.assertEqual(User.objects.count(), 2)
|
||||
self.assertEqual(User.objects.count(), 2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue