Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Jul 10, 2023
1 parent 89fc3e5 commit e3d19fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cacheInMemory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()...)
Expand Down

0 comments on commit e3d19fd

Please sign in to comment.