Skip to content

Commit

Permalink
fix: test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMinarsch committed Sep 6, 2022
1 parent 156cb39 commit 7d86c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aea/configurations/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
_COSMOS_IDENTIFIER = "cosmos"
SIGNING_PROTOCOL = "open_aea/signing:latest"
SIGNING_PROTOCOL_WITH_HASH = (
"open_aea/signing:1.0.0:bafybeihjlpgjm5vkg6kxm66a5k2r357dadnsjfpddta2mzd2bshstv6vdi"
"open_aea/signing:1.0.0:bafybeiambqptflge33eemdhis2whik67hjplfnqwieoa6wblzlaf7vuo44"
)
DEFAULT_LEDGER = _ETHEREUM_IDENTIFIER
PRIVATE_KEY_PATH_SCHEMA = "{}_private_key.txt"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_components/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_load_aea_package_twice():
)
BaseHTTPCLientConnection = [
pairs[1] for pairs in members if pairs[0] == "HTTPClientConnection"
]
][0]
# second time
load_aea_package(config)
from packages.fetchai.connections.http_client.connection import HTTPClientConnection
Expand Down

0 comments on commit 7d86c9f

Please sign in to comment.