unit tests for keyed readonly repo

This commit is contained in:
Sean Garrett
2023-07-02 14:10:55 +01:00
parent 40e287418b
commit f9ea630611
21 changed files with 1954 additions and 3 deletions
@@ -594,7 +594,7 @@ namespace MongoDbGenericRepository
CancellationToken cancellationToken)
where TDocument : IDocument<TKey>
{
return MongoDbReader.GetByMax<TDocument, TKey>(filter, maxValueSelector, partitionKey);
return MongoDbReader.GetByMax<TDocument, TKey>(filter, maxValueSelector, partitionKey, cancellationToken);
}
/// <inheritdoc />