We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f656944 commit 32c2fa0Copy full SHA for 32c2fa0
2 files changed
tests/conftest.py
@@ -15,5 +15,3 @@ def api_key() -> str:
15
@pytest.fixture
16
def client(api_key: str) -> AnkrAdvancedAPI:
17
return AnkrAdvancedAPI(api_key)
18
-
19
tests/test_client.py
@@ -115,7 +115,7 @@ def test_get_transactions(client: AnkrAdvancedAPI) -> None:
115
116
assert tx
117
assert (
118
- tx.hash == "0x82c13aaac6f0b6471afb94a3a64ae89d45baa3608ad397621dbb0d847f51196f"
+ tx.hash == "0x82c13aaac6f0b6471afb94a3a64ae89d45baa3608ad397621dbb0d847f51196f"
119
)
120
assert tx.to_address == "0x98767abab06e45a181ab73ae4cd0fecd0fbd0cd0"
121
assert tx.from_address == "0x64aa6f93e0e1f49ff4958990c40d4bf17dafc0eb"
0 commit comments