Skip to content

Commit

Permalink
fix attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
ziofil committed Nov 15, 2024
1 parent 9846ecd commit 5632af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lab_dev/test_circuit_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def test_serialize_default_behaviour(self):
kwargs, arrays = cc._serialize()
assert kwargs == {
"class": f"{CircuitComponent.__module__}.CircuitComponent",
"wires": cc.wires.sorted_args,
"wires": cc.wires.args,
"ansatz_cls": f"{PolyExpAnsatz.__module__}.PolyExpAnsatz",
"name": name,
}
Expand Down

0 comments on commit 5632af6

Please sign in to comment.