From ba83af416b30a87be35d69ec5cfad562c1d927b8 Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Wed, 3 Jan 2024 14:46:20 -0800 Subject: [PATCH] update async migration tests --- posthog/async_migrations/test/test_0010_move_old_partitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(