Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma committed Nov 30, 2023
1 parent c7657c4 commit 76613cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_transpile.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_transpile_file_qasm_aws(self):
self.assertIsNotNone(json_data.get('transpiled-qasm'))
"""

def test_transpile_circuit_nairobi_file_qasm(self):
def test_transpile_circuit_sim_file_qasm(self):

# prepare the request
file_path = (os.path.dirname(__file__))+'/data/pattern0-3_1_2nCliffs10seed2.qasm'
Expand All @@ -238,7 +238,7 @@ def test_transpile_circuit_nairobi_file_qasm(self):
request = {
'impl-data': impl_data,
'impl-language': 'OpenQASM',
'qpu-name': "ibm_nairobi",
'qpu-name': "ibmq_qasm_simulator",
'input-params': {},
'token': os.environ["QISKIT_TOKEN"]
}
Expand Down

0 comments on commit 76613cd

Please sign in to comment.