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 0ea5af89346ee..a725d1eeedc07 100644 --- a/posthog/async_migrations/test/test_0010_move_old_partitions.py +++ b/posthog/async_migrations/test/test_0010_move_old_partitions.py @@ -77,7 +77,7 @@ def test_completes_successfully(self): MIGRATION_DEFINITION.operations[1].sql, # type: ignore ) self.assertIn( - "ALTER TABLE sharded_events MOVE PARTITION '202201' TO TABLE events_backup", + "ALTER TABLE sharded_events MOVE PARTITION '202202' TO TABLE events_backup", MIGRATION_DEFINITION.operations[2].sql, # type: ignore ) self.assertIn(