Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Oct 1, 2024
1 parent 77b527f commit 9912476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wallet_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,4 +989,4 @@ def test_deploy_multi_token_broadcast_api_error(mock_smart_contract, wallet_addr

mock_smart_contract.create.assert_called_once()
mock_smart_contract_instance.sign.assert_called_once_with(wallet_address_with_key.key)
mock_smart_contract_instance.broadcast.assert_called_once()
mock_smart_contract_instance.broadcast.assert_called_once()

0 comments on commit 9912476

Please sign in to comment.