Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Nov 13, 2024
1 parent 06cc68f commit 0ff1b31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected override IEasyCachingProvider CreateCachingProvider(Action<BaseProvide
}

/*[Fact]
public async void Use_Redis6_ACL_Should_Succeed()
public async Task Use_Redis6_ACL_Should_Succeed()
{
IServiceCollection services = new ServiceCollection();
services.AddEasyCaching(x =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public void Provider_Information_Should_Be_Correct()
public class MemcachedProviderNoConnectionTest
{
[Fact]
public async void NoConnectionTest()
public async Task NoConnectionTest()
{
IServiceCollection services = new ServiceCollection();
services.AddLogging();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void Evicted_Event_Should_Trigger_When_GetExpiredItems()
}

[Fact]
public async void Issues497_GetCountAsync_Check_Expires_Test()
public async Task Issues497_GetCountAsync_Check_Expires_Test()
{
for (int i = 0; i < 9; i++)
{
Expand Down

0 comments on commit 0ff1b31

Please sign in to comment.