diff --git a/tests/devices/test_qutrit_device.py b/tests/devices/test_qutrit_device.py index fa026ed6d23..81f4e6451ae 100644 --- a/tests/devices/test_qutrit_device.py +++ b/tests/devices/test_qutrit_device.py @@ -1231,7 +1231,7 @@ def test_vn_entropy(self, mock_qutrit_device): dev.vn_entropy(wires=0, log_base=3) def test_vn_entanglement_entropy(self, mock_qutrit_device): - """Test that mutual_info is unimplemented""" + """Test that vn_entanglement_entropy is unimplemented""" dev = mock_qutrit_device() with pytest.raises(qml.QuantumFunctionError, match="Unsupported return type"):