Skip to content

Commit

Permalink
Update test/terra/backends/test_backend_configuration.py
Browse files Browse the repository at this point in the history
Co-authored-by: Samuele Ferracin <sam.ferracin@ibm.com>
  • Loading branch information
ryan-woo and SamFerracin authored Sep 20, 2024
1 parent f9b9b50 commit 5945f92
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 @@ -24,7 +24,7 @@ class TestBackendConfiguration(QiskitAerTestCase):
"""Tests for Aer BackendConfiguration."""

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

0 comments on commit 5945f92

Please sign in to comment.