Skip to content

Commit

Permalink
rename unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
s-radyuk committed Jan 11, 2024
1 parent 6a8793d commit 5a1e691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/amqp/amqp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (ch mockChannel) Consume(
) (<-chan amqp.Delivery, error) {
return make(chan amqp.Delivery), nil
}
func (ch mockChannel) Qos(_, _ int, global bool) error {
func (ch mockChannel) Qos(_, _ int, _ bool) error {
return nil
}

Expand Down

0 comments on commit 5a1e691

Please sign in to comment.