mirror of https://github.com/status-im/consul.git
Rename test
This commit is contained in:
parent
93271f649c
commit
def529edd3
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue