Skip to content

Commit

Permalink
Fix unplanned test remove (Unknown identifier)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Nov 13, 2017
1 parent aaa0766 commit 5a8f698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plush_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ func Test_UndefinedArg(t *testing.T) {

_, err := Render(input, ctx)
r.Error(err)
r.Equal(ErrUnknownIdentifier, errors.Cause(err))
}

func Test_VariadicHelper(t *testing.T) {
Expand Down

0 comments on commit 5a8f698

Please sign in to comment.