Skip to content

Commit 8972a55

Browse files
committed
Use a guid
1 parent 5458e0b commit 8972a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalRuby.SimpleCache.Tests/FileCacheTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ double IDiskSpace.GetPercentFreeSpace(string path, out long availableFreeSpace,
3434
public async Task TestFileCache()
3535
{
3636
const int testCount = 10;
37-
const string data = "aowejf poawef jpaowejf paowejf paojefaq23-0 5uq2345u q-3495345W#$ %W#$% W#$%W#$5 w34ihto345hg oih45giw45g1 -f0 uqa-430ru -03q4tu 0q934tq34 T{}43 tpw34ot pw34t0w4395 0w4";
37+
const string data = "74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F";
3838
using FileCache fileCache = new(this, this, new NullLogger<FileCache>());
3939

4040
var item = await fileCache.GetAsync<string>("key1");

0 commit comments

Comments
 (0)