aboutsummaryrefslogtreecommitdiffstats
path: root/encoding_test.go
diff options
context:
space:
mode:
authorMarc Pervaz Boocha <marcpervaz@qburst.com>2025-02-27 18:22:35 +0530
committerMarc Pervaz Boocha <marcpervaz@qburst.com>2025-02-27 18:22:35 +0530
commit7fe79f49b03fa7f6124a639d4b229e432ac3c840 (patch)
tree00abba4013c679e7c642e23a4bc9d7740841ba14 /encoding_test.go
parentAdded Memorize and UpdateInPlace (diff)
downloadcache-7fe79f49b03fa7f6124a639d4b229e432ac3c840.tar
cache-7fe79f49b03fa7f6124a639d4b229e432ac3c840.tar.gz
cache-7fe79f49b03fa7f6124a639d4b229e432ac3c840.tar.bz2
cache-7fe79f49b03fa7f6124a639d4b229e432ac3c840.tar.lz
cache-7fe79f49b03fa7f6124a639d4b229e432ac3c840.tar.xz
cache-7fe79f49b03fa7f6124a639d4b229e432ac3c840.tar.zst
cache-7fe79f49b03fa7f6124a639d4b229e432ac3c840.zip
Resizing imporvements and typo fixes
Diffstat (limited to 'encoding_test.go')
-rw-r--r--encoding_test.go12
1 files changed, 8 insertions, 4 deletions
diff --git a/encoding_test.go b/encoding_test.go
index 0f9245e..44104e4 100644
--- a/encoding_test.go
+++ b/encoding_test.go
@@ -248,10 +248,14 @@ func TestEncodeDecodeStrorage(t *testing.T) {
{
name: "Many Items",
store: map[string]string{
- "Test1": "Test",
- "Test2": "Test",
- "Test3": "Test",
- "Test4": "Test",
+ "1": "Test",
+ "2": "Test",
+ "3": "Test",
+ "4": "Test",
+ "5": "Test",
+ "6": "Test",
+ "7": "Test",
+ "8": "Test",
},
policy: PolicyNone,
maxCost: 0,