From 1f9832f31a779e202b67876367be9a2a4f7d3630 Mon Sep 17 00:00:00 2001 From: Astral Cai Date: Thu, 19 Sep 2024 15:27:31 -0400 Subject: [PATCH] Update tests/devices/qubit/test_measure.py Co-authored-by: Pietropaolo Frisoni --- tests/devices/qubit/test_measure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/devices/qubit/test_measure.py b/tests/devices/qubit/test_measure.py index cc5b5f44e46..e764ede4616 100644 --- a/tests/devices/qubit/test_measure.py +++ b/tests/devices/qubit/test_measure.py @@ -122,7 +122,7 @@ def test_hamiltonian_with_multi_wire_obs(self): assert get_measurement_function(qml.expval(S), state) is sum_of_terms_method def test_no_sparse_matrix(self): - """Tests that Hamiltonians/Sums containing observables that does not have sparse matrix.""" + """Tests Hamiltonians/Sums containing observables that do not have a sparse matrix.""" class DummyOp(qml.operation.Operator): # pylint: disable=too-few-public-methods num_wires = 1