Skip to content

Commit

Permalink
Update test_backend_configuration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-woo committed Sep 20, 2024
1 parent 5945f92 commit 42ed14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/terra/backends/test_backend_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ class TestBackendConfiguration(QiskitAerTestCase):

@data(AerSimulator(), StatevectorSimulator(), QasmSimulator(), UnitarySimulator())
def test_open_pulse_in_backend_configuration(self, simulator: str):
"""Test for backend_configuration"""
"""Test that open_pulse is part of backend_configuration"""
assert simulator.configuration().open_pulse is False
assert simulator.configuration().to_dict()["open_pulse"] is False

0 comments on commit 42ed14e

Please sign in to comment.