From 3f160d850d0e64e6f2f7ee604b20cdfb56a68b0f Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Wed, 3 Jan 2024 17:17:19 -0800 Subject: [PATCH] remove comment --- posthog/async_migrations/test/test_0010_move_old_partitions.py | 1 - 1 file changed, 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 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(