Skip to content

Commit 3005d07

Browse files
Federico ColomboFederico Colombo
authored andcommitted
fix unit test
1 parent 95ebf75 commit 3005d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CachingFramework.Redis.UnitTest/UnitTestRedis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ public void UT_Cache_SetHashed_TK_TV_WithTags(RedisContext context)
448448
var tag01 = $"tag 0->1-{Common.GetUId()}";
449449
var tag10 = $"tag 1->0-{Common.GetUId()}";
450450
var tagS0 = $"tag S->0-{Common.GetUId()}";
451-
var common = $"common-{{Common.GetUId()}}\";
451+
var common = $"common-{Common.GetUId()}";
452452

453453
context.Cache.InvalidateKeysByTag(tag01, tag10, tagS0, common);
454454
var users = GetUsers();

0 commit comments

Comments
 (0)