We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb59f7 commit 3685e5bCopy full SHA for 3685e5b
test/CachingFramework.Redis.UnitTest/UnitTestRedis_Async.cs
@@ -61,7 +61,7 @@ public async Task Test_KeyPrefix_Async()
61
}
62
63
64
- [Test, TestCaseSource(typeof(Common), nameof(Common.Json))]
+ [Test, TestCaseSource(typeof(Common), nameof(Common.JsonKeyPrefix))]
65
public async Task UT_KeyTaggedTTL_Async(RedisContext ctx)
66
{
67
var key = "UT_KeyTaggedTTL_Async" + "_" + Common.GetUId();
0 commit comments