mirror of https://github.com/status-im/consul.git
Fixes a typo.
This commit is contained in:
parent
655967d0f6
commit
2c36c4f969
|
@ -57,7 +57,7 @@ func TestLock_LockUnlock(t *testing.T) {
|
|||
t.Fatalf("err: %v", err)
|
||||
}
|
||||
|
||||
// Should loose leadership
|
||||
// Should lose leadership
|
||||
select {
|
||||
case <-leaderCh:
|
||||
case <-time.After(time.Second):
|
||||
|
|
Loading…
Reference in New Issue