added tests for partitioned collections
This commit is contained in:
@@ -5,5 +5,6 @@ namespace IntegrationTests
|
||||
public interface ITestRepository : IBaseMongoRepository
|
||||
{
|
||||
void DropTestCollection<TDocument>();
|
||||
void DropTestCollection<TDocument>(string partitionKey);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user