Skip to content

Commit

Permalink
Update test_device_creation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 committed Jun 28, 2024
1 parent 4fe183c commit cdc66d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/integ_tests/test_device_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
PULSE_ARN = "arn:aws:braket:us-west-1::device/qpu/rigetti/Aspen-M-3"


@pytest.mark.parametrize(
"arn", [(RIGETTI_ARN), (IONQ_ARN), (SIMULATOR_ARN), (PULSE_ARN)]
)
@pytest.mark.parametrize("arn", [(RIGETTI_ARN), (IONQ_ARN), (SIMULATOR_ARN), (PULSE_ARN)])
def test_device_creation(arn, created_braket_devices):
device = created_braket_devices[arn]
assert device.arn == arn
Expand Down

0 comments on commit cdc66d6

Please sign in to comment.