added some missing cancellation tokens and fixed incorrect tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using MongoDbGenericRepository.Models;
|
||||
|
||||
namespace CoreUnitTests.Infrastructure.Model;
|
||||
|
||||
public class PartitionedTestDocument : TestDocument, IPartitionedDocument
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string PartitionKey { get; set; } = "PartitionedTestDocument";
|
||||
}
|
||||
Reference in New Issue
Block a user