Skip to content

Commit

Permalink
Update tests/devices/test_qutrit_device.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2812 authored Sep 18, 2024
1 parent 8d85979 commit 32b8e04
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 @@ -1217,7 +1217,7 @@ def test_state(self, mock_qutrit_device):
dev.state()

def test_density_matrix(self, mock_qutrit_device):
"""Test that vn_entropy is unimplemented"""
"""Test that density_matrix is unimplemented"""
dev = mock_qutrit_device()

with pytest.raises(qml.QuantumFunctionError, match="Unsupported return type"):
Expand Down

0 comments on commit 32b8e04

Please sign in to comment.