From e3d19fd29fca49d49e1c50c4f450c0bea989f89d Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Mon, 10 Jul 2023 09:26:17 +0800 Subject: [PATCH] format --- test/cacheInMemory_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cacheInMemory_test.go b/test/cacheInMemory_test.go index 295bac1..4d31c5f 100644 --- a/test/cacheInMemory_test.go +++ b/test/cacheInMemory_test.go @@ -165,7 +165,7 @@ func TestCacheInMemory_Ttl(t *testing.T) { op.ExpiryType = eumExpiryType.SlidingExpiration op.Expiry = 200 * time.Millisecond }) - + cacheManage := container.Resolve[cache.ICacheManage[po]]("test7") lst := collections.NewList(po{Name: "steden", Age: 18}, po{Name: "steden2", Age: 19}) cacheManage.Set(lst.ToArray()...)