diff --git a/InvenTree/users/test_migrations.py b/InvenTree/users/test_migrations.py index 773368614a..7e4c24b2dc 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)