Skip to content

Commit

Permalink
test: fix beta api
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Sep 27, 2024
1 parent 7d24d0f commit 1b64342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/base_features/test_api.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
def test_api_version(w3):
assert w3.api.startswith("1.3.0-beta.1")
expected_version = "1.3.0-beta.1"
if "beta" not in expected_version:
assert w3.api.startswith(expected_version)

0 comments on commit 1b64342

Please sign in to comment.