Skip to content

Commit

Permalink
Update backend_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Nov 21, 2024
1 parent 96b842d commit 1d82c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ def test_view_calendar(authenticated_quum_handler: QuantinuumAPI) -> Any:


@pytest.mark.parametrize(
"authenticated_quum_backend_qa", [{"device_name": "H1-1E"}], indirect=True
"authenticated_quum_backend_qa", [{"device_name": "H2-1E"}], indirect=True
)
def test_optimisation_level_3_compilation(
authenticated_quum_backend_qa: QuantinuumBackend,
Expand Down

0 comments on commit 1d82c31

Please sign in to comment.