Skip to content

Commit

Permalink
Adjust integration test for additional conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Apr 9, 2024
1 parent d0c2b50 commit e3b56f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_workflow_refactoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def test_tool_version_upgrade_state_added(self):

assert len(action_executions) == 1
messages = action_executions[0].messages
assert len(messages) == 1
assert len(messages) == 2
message = messages[0]
assert message.message_type == RefactorActionExecutionMessageTypeEnum.tool_state_adjustment
assert message.order_index == 0
Expand Down

0 comments on commit e3b56f1

Please sign in to comment.