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 10e8b49 commit 800d718Copy full SHA for 800d718
tests/MessagingRedisCache/System/HybridCacheTests.cs
@@ -37,8 +37,8 @@ public override void TestInitialize()
37
[TestMethod]
38
public async Task GetOrCreateAsyncTest()
39
{
40
- // await SetAndVerifyConfigurationAsync()
41
- // .ConfigureAwait(false);
+ await SetAndVerifyConfigurationAsync()
+ .ConfigureAwait(false);
42
43
var secondaryMessageSubscriber = SecondaryServiceProvider
44
.GetRequiredService<IMessageSubscriber>();
0 commit comments