Skip to content

Commit

Permalink
nit: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez committed Dec 8, 2023
1 parent 2ad6e5a commit a3de276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/adapter/handlebars/handlebars_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ func TestFormatDateHelperElapsed(t *testing.T) {
t.Run(tc.want, func(t *testing.T) {
templateContext := map[string]interface{}{"now": time.Now().Add(-tc.elapsed)}

// t.Log("test case", i, tc.want)
testString(t, "{{format-date now 'elapsed'}}", templateContext, tc.want)
})
}
Expand Down

0 comments on commit a3de276

Please sign in to comment.