diff --git a/InvenTree/users/test_migrations.py b/InvenTree/users/test_migrations.py index 1f10d041c2..773368614a 100644 --- a/InvenTree/users/test_migrations.py +++ b/InvenTree/users/test_migrations.py @@ -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)