Skip to content

Commit

Permalink
Fix ogmios test
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Aug 21, 2024
1 parent f6a89c5 commit 0e285e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: ['3.10', '3.11']

steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def override_request(method, args):
@pytest.fixture
def chain_context():
with patch(
"pycardano.backend.ogmios.OgmiosChainContext._request",
"pycardano.backend.ogmios_v5.OgmiosV5ChainContext._request",
side_effect=override_request,
):
context = OgmiosV5ChainContext("", Network.TESTNET)
Expand Down

0 comments on commit 0e285e5

Please sign in to comment.