Update the test file

This commit is contained in:
Colin Hebert 2016-01-30 20:52:45 +11:00
parent d92d205dd9
commit 61a40dce13
1 changed files with 2 additions and 2 deletions

View File

@ -858,11 +858,11 @@ func TestInterpolateFuncSha256(t *testing.T) {
}) })
} }
func TestInterpolateFuncTrim(t *testing.T) { func TestInterpolateFuncTrimSpace(t *testing.T) {
testFunction(t, testFunctionConfig{ testFunction(t, testFunctionConfig{
Cases: []testFunctionCase{ Cases: []testFunctionCase{
{ {
`${trim(" test ")}`, `${trimspace(" test ")}`,
"test", "test",
false, false,
}, },