Skip to content

Commit

Permalink
Merge fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Jul 29, 2024
1 parent 6cafea5 commit afc44c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ async def test_set_error_recovery_policy(
decoy: Decoy, action_dispatcher: ActionDispatcher, subject: ProtocolEngine
) -> None:
"""It should set the error recovery policy by dispatching an action."""
await subject.set_error_recovery_policy(sentinel.new_policy)
subject.set_error_recovery_policy(sentinel.new_policy)
decoy.verify(
action_dispatcher.dispatch(SetErrorRecoveryPolicyAction(sentinel.new_policy))
)

0 comments on commit afc44c9

Please sign in to comment.