From 6aaa89b6f09ed114efb321de555babe169794c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ux=C3=ADo?= Date: Tue, 7 Nov 2023 14:19:27 +0100 Subject: [PATCH] Update tests/test_safe_operator.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Moisés Fernández <7888669+moisses89@users.noreply.github.com> --- tests/test_safe_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_safe_operator.py b/tests/test_safe_operator.py index 2c42a50b..d38a3f07 100644 --- a/tests/test_safe_operator.py +++ b/tests/test_safe_operator.py @@ -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(),