Skip to content

Commit

Permalink
update RenderTpl test remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed May 14, 2024
1 parent e4cfc52 commit 1c356cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions template/tpl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{
Expand Down

0 comments on commit 1c356cd

Please sign in to comment.