Skip to content

Commit

Permalink
Update tests/test_safe_operator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Moisés Fernández <7888669+moisses89@users.noreply.github.com>
  • Loading branch information
Uxio0 and moisses89 authored Nov 7, 2023
1 parent 42f8b14 commit 6aaa89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_safe_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def test_update_version(

self.assertEqual(
safe_operator_v111.safe.retrieve_master_copy_address(),
last_safe_contract_address_mock.return_value,
last_safe_contract_address_mock.return_value
)
self.assertEqual(
safe_operator_v111.safe.retrieve_fallback_handler(),
Expand Down

0 comments on commit 6aaa89b

Please sign in to comment.