Исправить сломанный тест
Some checks failed
Unit tests / tests-and-publication (push) Has been cancelled

This commit is contained in:
Roman Efremov 2025-02-06 15:50:04 +05:00
parent 8fa661b605
commit aad8c57511

View File

@ -7,7 +7,7 @@ namespace DD.Persistence.Test;
public class TimestampedValuesServiceShould
{
private readonly ITimestampedValuesRepository timestampedValuesRepository = Substitute.For<ITimestampedValuesRepository>();
private readonly IDataSchemeRepository dataSchemeRepository = Substitute.For<IDataSchemeRepository>();
private readonly ISchemePropertyRepository dataSchemeRepository = Substitute.For<ISchemePropertyRepository>();
private readonly TimestampedValuesService timestampedValuesService;
public TimestampedValuesServiceShould()