Skip to content

Commit

Permalink
update async migration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 3, 2024
1 parent 8d3f011 commit ba83af4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ba83af4

Please sign in to comment.