From 0e2260421e40c97d9d210724fb44cfdc15ea7855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 1 May 2017 09:06:42 +0200 Subject: tpl: Fix the remaining template funcs namespace issues See #3042 --- tpl/crypto/crypto_test.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tpl/crypto/crypto_test.go') diff --git a/tpl/crypto/crypto_test.go b/tpl/crypto/crypto_test.go index 53b41bd26..1bd919c31 100644 --- a/tpl/crypto/crypto_test.go +++ b/tpl/crypto/crypto_test.go @@ -21,14 +21,6 @@ import ( "github.com/stretchr/testify/require" ) -func TestNamespace(t *testing.T) { - t.Parallel() - - ns := New() - - assert.Equal(t, ns, ns.Namespace(), "object pointers should match") -} - func TestMD5(t *testing.T) { t.Parallel() -- cgit v1.2.3