mirror of https://github.com/status-im/consul.git
consul: fixing a unit test
This commit is contained in:
parent
40ae65b277
commit
22e7205a5f
|
@ -64,7 +64,7 @@ func TestKeys(t *testing.T) {
|
|||
},
|
||||
tcase{
|
||||
in: []string{"abe", "lincoln"},
|
||||
out: nil,
|
||||
out: []string{},
|
||||
},
|
||||
tcase{
|
||||
in: []string{"abe", "foo/1", "foo/2", "foo/3", "nope"},
|
||||
|
|
Loading…
Reference in New Issue