Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2812 authored Sep 18, 2024
1 parent 0edab5c commit 8d85979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devices/test_qutrit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 8d85979

Please sign in to comment.