Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 0e49149

Browse files
committed
wip
1 parent 0388043 commit 0e49149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/test_alchemy_core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ def test_estimate_gas(alchemy_with_key):
4444
# assert response > 0
4545

4646

47-
def test_get_block(alchemy_with_key):
48-
response = alchemy_with_key.get_block(0)
49-
breakpoint()
47+
# def test_get_block(alchemy_with_key):
48+
# response = alchemy_with_key.get_block(0)
49+
# breakpoint()

0 commit comments

Comments
 (0)