Rename test

This commit is contained in:
Chris S. Kim 2022-08-29 10:34:50 -04:00
parent 93271f649c
commit def529edd3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func TestStatus_IsHealthy(t *testing.T) {
}, },
}, },
{ {
name: "receive error before receive success", name: "nack before ack",
expectedVal: false, expectedVal: false,
modifierFunc: func(status *MutableStatus) { modifierFunc: func(status *MutableStatus) {
now := time.Now() now := time.Now()