Skip to content

Commit

Permalink
Update test_uniform_superposition_gate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirmay authored Jul 2, 2024
1 parent 9fc282e commit 52b56ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/circuit/test_uniform_superposition_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
)



@ddt
class TestUniformSuperposition(QiskitTestCase):
"""Test initialization with UniformSuperpositionGate class"""
Expand Down Expand Up @@ -95,5 +94,6 @@ def test_no_qubit_args(self, num_superpos_states):
actual_sv = Statevector(gate)
np.testing.assert_allclose(desired_sv, actual_sv)


if __name__ == "__main__":
unittest.main()

0 comments on commit 52b56ee

Please sign in to comment.