Skip to content

Commit

Permalink
fix: make tests compatible with xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Aug 15, 2024
1 parent b8312b7 commit 19c92ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@ def _bell_ir_with_result(targets=None):

@pytest.mark.parametrize(
"result_type",
(
[
"#pragma braket result state_vector",
"#pragma braket result density_matrix",
'#pragma braket result amplitude "0"',
),
],
)
def test_simulator_run_invalid_ir_result_types_openqasm(result_type):
simulator = DensityMatrixSimulator()
Expand Down

0 comments on commit 19c92ba

Please sign in to comment.