Cancellation Tokens for Text Index and GetIndex

This commit is contained in:
Sean Garrett
2023-06-24 12:41:17 +01:00
parent b7b23e7b92
commit aaf80a7ae2
5 changed files with 535 additions and 190 deletions
@@ -0,0 +1,8 @@
using CoreUnitTests.Infrastructure;
namespace CoreUnitTests.KeyTypedRepositoryTests.IndexTests;
public class GetIndexNamesAsyncTests : TestKeyedMongoRepositoryContext<int>
{
}