Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/crypto/crypto_test.go')
-rw-r--r--tpl/crypto/crypto_test.go8
1 files changed, 0 insertions, 8 deletions
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()