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 3cc21d3b67a58..11f47dea36e85 100644 --- a/posthog/async_migrations/test/test_0010_move_old_partitions.py +++ b/posthog/async_migrations/test/test_0010_move_old_partitions.py @@ -70,7 +70,7 @@ def test_completes_successfully(self): self.assertTrue(run_migration()) # create table + 3 move operations - self.assertEqual(len(MIGRATION_DEFINITION.operations), 4) + self.assertEqual(len(MIGRATION_DEFINITION.operations), 5) self.assertTrue( "ALTER TABLE sharded_events MOVE PARTITION '190001' TO TABLE events_backup"