Skip to content

Commit 32f5379

Browse files
authored
Fix test for the web3_api (#2368)
1 parent f5601c9 commit 32f5379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/web3-module/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def test_web3_api(web3):
2-
assert web3.api.startswith("5")
2+
assert web3.api.startswith("6")

0 commit comments

Comments
 (0)