diff --git a/template/tpl_test.go b/template/tpl_test.go index 06fcd42..912bb92 100644 --- a/template/tpl_test.go +++ b/template/tpl_test.go @@ -7,10 +7,6 @@ import ( "github.com/stretchr/testify/assert" ) -const ( - testTplTemplate = "a basic {{ .Template }}" -) - func TestReverse(t *testing.T) { tplFile := filepath.Join("..", "test", "_simple.tpl") res, err := RenderTpl(tplFile, map[string]interface{}{