Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
mv chain id test to cluster used test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Nov 24, 2022
1 parent 017c443 commit 4769ba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration_tests/test_basic.py

This file was deleted.

5 changes: 5 additions & 0 deletions tests/integration_tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
)


def test_basic(cluster):
w3 = cluster.w3
assert w3.eth.chain_id == 9000


def test_pending_transaction_filter(cluster):
w3: Web3 = cluster.w3
flt = w3.eth.filter("pending")
Expand Down

0 comments on commit 4769ba2

Please sign in to comment.