Skip to content

Commit 3685e5b

Browse files
Federico ColomboFederico Colombo
authored andcommitted
fix unit tests
1 parent adb59f7 commit 3685e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CachingFramework.Redis.UnitTest/UnitTestRedis_Async.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public async Task Test_KeyPrefix_Async()
6161
}
6262
}
6363

64-
[Test, TestCaseSource(typeof(Common), nameof(Common.Json))]
64+
[Test, TestCaseSource(typeof(Common), nameof(Common.JsonKeyPrefix))]
6565
public async Task UT_KeyTaggedTTL_Async(RedisContext ctx)
6666
{
6767
var key = "UT_KeyTaggedTTL_Async" + "_" + Common.GetUId();

0 commit comments

Comments
 (0)