diff --git a/posthog/async_migrations/test/test_0010_move_old_partitions.py b/posthog/async_migrations/test/test_0010_move_old_partitions.py index c83d927bf44c0..5c50cedc55e00 100644 --- a/posthog/async_migrations/test/test_0010_move_old_partitions.py +++ b/posthog/async_migrations/test/test_0010_move_old_partitions.py @@ -69,7 +69,6 @@ def tearDown(self): def test_completes_successfully(self): self.assertTrue(run_migration()) - # create table + 3 move operations self.assertEqual(len(MIGRATION_DEFINITION.operations), 5) self.assertIn(