consul: fixing a unit test

This commit is contained in:
Armon Dadgar 2014-08-22 12:34:31 -07:00
parent a078e4d6f4
commit 54ed1ec834
1 changed files with 1 additions and 1 deletions

View File

@ -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"},