summaryrefslogtreecommitdiffstats
path: root/tpl/encoding/encoding_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/encoding/encoding_test.go')
-rw-r--r--tpl/encoding/encoding_test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/tpl/encoding/encoding_test.go b/tpl/encoding/encoding_test.go
index d03362866..8242561b6 100644
--- a/tpl/encoding/encoding_test.go
+++ b/tpl/encoding/encoding_test.go
@@ -25,14 +25,6 @@ import (
type tstNoStringer struct{}
-func TestNamespace(t *testing.T) {
- t.Parallel()
-
- ns := New()
-
- assert.Equal(t, ns, ns.Namespace(), "object pointers should match")
-}
-
func TestBase64Decode(t *testing.T) {
t.Parallel()