diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-03-31 15:31:33 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-03-31 15:45:12 -0400 |
| commit | a602ee3ec7c42ce53057e26fefdf8a949a10eb7b (patch) | |
| tree | bef57b8f24931f507191c78578f90d403c13f820 /template_test.go | |
| parent | 197ad689bc2922012e4573386214d3a844ca827e (diff) | |
Refactor Config
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'template_test.go')
| -rw-r--r-- | template_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
