From a602ee3ec7c42ce53057e26fefdf8a949a10eb7b Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 31 Mar 2019 15:31:33 -0400 Subject: Refactor Config Signed-off-by: Dave Henderson --- template_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template_test.go') diff --git a/template_test.go b/template_test.go index 10fbc417..123eb58a 100644 --- a/template_test.go +++ b/template_test.go @@ -94,7 +94,7 @@ func TestGatherTemplates(t *testing.T) { templates, err := gatherTemplates(&Config{}) assert.NoError(t, err) - assert.Len(t, templates, 0) + assert.Len(t, templates, 1) templates, err = gatherTemplates(&Config{ Input: "foo", -- cgit v1.2.3