From ae51a896c2597c22b3d63fb83eb208dff25033d0 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 2 Jan 2025 05:20:05 +0300 Subject: [PATCH] test_integration_ip_asset.py --- tests/integration/test_integration_ip_asset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_integration_ip_asset.py b/tests/integration/test_integration_ip_asset.py index cf447ba..1f202f2 100644 --- a/tests/integration/test_integration_ip_asset.py +++ b/tests/integration/test_integration_ip_asset.py @@ -31,7 +31,7 @@ if not web3.is_connected(): raise Exception("Failed to connect to Web3 provider") -print("web3 was succesfully connected to story url") +print("web3 was successfully connected to story url") # Set up the account with the private key account = web3.eth.account.from_key(private_key)