Skip to content

Commit

Permalink
Fix typo in qpy backwards compat test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jan 25, 2025
1 parent 2b87710 commit 83207f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qpy_compat/test_qpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def generate_circuits(version_parts):
output_circuits = {
"full.qpy": [generate_full_circuit()],
"unitary.qpy": [generate_unitary_gate_circuit()],
"multiple.qpy": generate_random_circuits(version),
"multiple.qpy": generate_random_circuits(version_parts),
"string_parameters.qpy": [generate_string_parameters()],
"register_edge_cases.qpy": generate_register_edge_cases(),
"parameterized.qpy": [generate_parameterized_circuit()],
Expand Down

0 comments on commit 83207f2

Please sign in to comment.