Skip to content

Commit

Permalink
Update blockchain_api_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liav-certora committed Dec 30, 2024
1 parent 93eef0e commit 47554b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Quorum/tests/blockchain_api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
@pytest.mark.parametrize(
'chain, contract_address',
[
(Chain.SCROLL, "0x32f924C0e0F1Abf5D1ff35B05eBc5E844dEdD2A9"),
(Chain.ZK, "0x162C97F6B4FA5a915A44D430bb7AE0eE716b3b87")
(Chain.SCROLL, '0x32f924C0e0F1Abf5D1ff35B05eBc5E844dEdD2A9'),
(Chain.ZK, '0x162C97F6B4FA5a915A44D430bb7AE0eE716b3b87')
]
)
def test_chain_api_integration(chain, contract_address):
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20241230.114841.230454
20241230.115246.405678

0 comments on commit 47554b9

Please sign in to comment.