From 22e7205a5f9c5bfdafd600edc95736d9d32c4336 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Fri, 22 Aug 2014 12:34:31 -0700 Subject: [PATCH] consul: fixing a unit test --- consul/filter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/filter_test.go b/consul/filter_test.go index 15feb1e686..ce419bb978 100644 --- a/consul/filter_test.go +++ b/consul/filter_test.go @@ -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"},