Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Jul 4, 2024
1 parent 2764cbb commit 58f2ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_safe_tx_service_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_add_delegate(self, add_delegate_mock: MagicMock):
delegate_address,
signer.address,
label,
expected_signature,
expected_signature.signature,
safe_address=safe_operator.address,
)

Expand All @@ -115,7 +115,7 @@ def test_remove_delegate(self, remove_delegate_mock: MagicMock):
remove_delegate_mock.assert_called_with(
delegate_address,
signer.address,
expected_signature,
expected_signature.signature,
safe_address=safe_operator.address,
)

Expand Down

0 comments on commit 58f2ece

Please sign in to comment.