diff --git a/variables_test.go b/variables_test.go index a2694b2..55d0b02 100644 --- a/variables_test.go +++ b/variables_test.go @@ -36,7 +36,6 @@ func Test_Let_Ident_NotInitialized(t *testing.T) { %>` ctx := NewContext() - //ctx.Set("myArray", []string{"a", "b"}) _, err := Render(input, ctx) r.Error(err)