Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxianfu authored Oct 8, 2023
1 parent b318797 commit 5441d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/unit/transport/test_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,7 @@ def test_qos_reject(self):
qos = redis.QoS(channel)
qos._remove_from_indices = Mock(name='_remove_from_indices')
qos.reject(1234)
qos._remove_from_indices.assert_called_with(1234)

def test_qos_requeue(self):
p, channel = self.create_get()
Expand Down

0 comments on commit 5441d87

Please sign in to comment.