summaryrefslogtreecommitdiffstats
path: root/tpl/math/math_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/math/math_test.go')
-rw-r--r--tpl/math/math_test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/tpl/math/math_test.go b/tpl/math/math_test.go
index 649a2756e..40bed5539 100644
--- a/tpl/math/math_test.go
+++ b/tpl/math/math_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 TestBasicNSArithmetic(t *testing.T) {
t.Parallel()