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:
2025-09-15 10:38:01 +02:00
parent 86780477fe
commit 796c59cd38
7 changed files with 40 additions and 14 deletions

View File

@@ -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()
{