chore: update Core.Abstraction.Application to 1.3.1
- update DigitalData.Core.Abstractions to 4.1.1 - update DigitalData.Core.Infrastructure to 2.4.1
This commit is contained in:
@@ -4,6 +4,7 @@ using DigitalData.UserManager.Domain.Entities;
|
||||
using EnvelopeGenerator.Application.Envelopes.Commands;
|
||||
using EnvelopeGenerator.Domain.Entities;
|
||||
using MediatR;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace EnvelopeGenerator.Tests.Application;
|
||||
|
||||
@@ -21,6 +22,8 @@ public class TestBase : Faker
|
||||
|
||||
protected IRepository<T> GetRepository<T>() where T : class => Host.GetRepository<T>();
|
||||
|
||||
protected IRepository Repository => Host.Services.GetRequiredService<IRepository>();
|
||||
|
||||
[SetUp]
|
||||
public virtual async Task Setup()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user