summaryrefslogtreecommitdiff
path: root/internal/test
diff options
context:
space:
mode:
Diffstat (limited to 'internal/test')
-rw-r--r--internal/test/helpers.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/test/helpers.go b/internal/test/helpers.go
index c466c69..4cfca1e 100644
--- a/internal/test/helpers.go
+++ b/internal/test/helpers.go
@@ -19,7 +19,3 @@ func AssertEqual[V any](t *testing.T, actual, expected V) bool {
t.Errorf("expected %#v, but got %#v", expected, actual)
return false
}
-
-func PointerTo[V any](value V) *V {
- return &value
-}