Skip to content

Commit

Permalink
test(cli): Fix missing thing from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Sep 30, 2024
1 parent 90df816 commit fdf637e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def test_migrate_model_elements(cli_mocks: CLIMocks):
assert cli_mocks.generate_work_items.call_args_list[1][1] == {
"generate_links": True,
"generate_attachments": True,
"generate_grouped_links_custom_fields": True,
}
assert cli_mocks.delete_work_items.call_count == 1
assert cli_mocks.patch_work_items.call_count == 1
Expand Down

0 comments on commit fdf637e

Please sign in to comment.