Skip to content

Commit

Permalink
tests: no need to merge operators when NotSupportError raised (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng authored Dec 3, 2024
1 parent 5b04b44 commit ac3ef9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def test_migrate(mocker: MockerFixture):
else:
Migrate.diff_models(old_models_describe, models_describe)
Migrate.diff_models(models_describe, old_models_describe, False)
Migrate._merge_operators()
Migrate._merge_operators()
if isinstance(Migrate.ddl, MysqlDDL):
expected_upgrade_operators = {
"ALTER TABLE `category` MODIFY COLUMN `name` VARCHAR(200)",
Expand Down

0 comments on commit ac3ef9e

Please sign in to comment.