Skip to content

Commit

Permalink
fix typo (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gopal-Dahale authored Apr 1, 2024
1 parent 84ee2ba commit 28dff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 28dff4e

Please sign in to comment.