Исправить сломанный тест
Some checks failed
Unit tests / tests-and-publication (push) Has been cancelled
Some checks failed
Unit tests / tests-and-publication (push) Has been cancelled
This commit is contained in:
parent
8fa661b605
commit
aad8c57511
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user