Skip to content

Commit

Permalink
Stop using the TestCacheClient as it is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 committed Sep 25, 2024
1 parent 89a337b commit 9520fa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 381 deletions.
2 changes: 1 addition & 1 deletion tests/Integration/Momento.Sdk.Tests/Fixtures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public CacheClientFixture()
}

CacheName = $"dotnet-integration-{Utils.NewGuidString()}";
Client = new TestCacheClient(config, AuthProvider, defaultTtl: DefaultTtl);
Client = new CacheClient(config, AuthProvider, defaultTtl: DefaultTtl);
Utils.CreateCacheForTest(Client, CacheName);
}

Expand Down
380 changes: 0 additions & 380 deletions tests/Integration/Momento.Sdk.Tests/TestCacheClient.cs

This file was deleted.

0 comments on commit 9520fa2

Please sign in to comment.