diff --git a/tests/test_converter.py b/tests/test_converter.py index edc41590e..f9825b23f 100644 --- a/tests/test_converter.py +++ b/tests/test_converter.py @@ -283,7 +283,7 @@ def test_unused_parameter_vector_items_are_ignored(self, recorder): def test_quantum_circuit_error_not_qiskit_circuit_passed(self, recorder): """Tests the load method raises a ValueError, if something - that is not a QuanctumCircuit was passed.""" + that is not a QuantumCircuit was passed.""" qc = qml.PauliZ(0)