Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Feb 5, 2025
1 parent 1851ab4 commit bbadeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ func TestShouldNotWaitAfterConnectionClosedNewChannelCreatedIssue11(t *testing.T
}

// https://github.com/rabbitmq/amqp091-go/issues/296
func TestMultiAckShouldNotCloseChannel_GH296(t *testing.T) {
func TestAckShouldNotCloseChannel_GH296(t *testing.T) {
// setup
const messageCount = 10
queueName := t.Name()
Expand Down

0 comments on commit bbadeee

Please sign in to comment.