summaryrefslogtreecommitdiffstats
path: root/tpl/compare/truth_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/compare/truth_test.go')
-rw-r--r--tpl/compare/truth_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/compare/truth_test.go b/tpl/compare/truth_test.go
index 04d897212..7a9d03442 100644
--- a/tpl/compare/truth_test.go
+++ b/tpl/compare/truth_test.go
@@ -23,7 +23,7 @@ import (
)
func TestTruth(t *testing.T) {
- n := New()
+ n := New(false)
truthv, falsev := reflect.ValueOf(time.Now()), reflect.ValueOf(false)