From 893b439ccb9511ed4a5595bdf8048bb637da1200 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Wed, 19 Feb 2025 18:28:03 +0530 Subject: Added Eviction and Options setup --- map_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'map_test.go') diff --git a/map_test.go b/map_test.go index 0a758d0..328e03f 100644 --- a/map_test.go +++ b/map_test.go @@ -6,10 +6,10 @@ import ( "github.com/stretchr/testify/assert" ) -func setupTestStore(t testing.TB) *Store { +func setupTestStore(t testing.TB) *store { t.Helper() - store := &Store{} + store := &store{} store.Init() return store } -- cgit v1.2.3-70-g09d2