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 6396f0850193a..f5f81415bbd4d 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 '201901' TO TABLE events_backup", MIGRATION_DEFINITION.operations[2].sql, # type: ignore ) self.assertIn(