Skip to content

Commit

Permalink
drop neon_revision validation (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAdamovNeon authored Jan 23, 2025
1 parent 074479c commit 4ba7d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/tests/tracer/test_tracer_historical_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ def test_neon_revision(self):
block = self.web3_client.get_block_number()
revision = self.tracer_api.send_rpc(method="get_neon_revision", params=block)["result"]["neon_revision"]
assert revision is not None
assert re.match(r"^v[\d]+\.[\d]+\.[\d]+$|^[a-fA-F\d]{40}$", revision) or revision == "latest"

@pytest.mark.parametrize("block", [-190, '{"slot": 3f08}', "oneonetwozero", ["900"]])
def test_neon_revision_invalid_block(self, block):
Expand Down

0 comments on commit 4ba7d0b

Please sign in to comment.