Правка после запуска интеграционных тестов
This commit is contained in:
parent
ebe4ec0cf6
commit
0ec2e5d99f
@ -92,7 +92,7 @@ public class ChangeLogRepository : IChangeLogRepository
|
||||
|
||||
using var transaction = await db.Database.BeginTransactionAsync(token);
|
||||
|
||||
result += await MarkAsDeleted(commitDto.IdAuthor, changeLogIds, commitDto.Creation, token);
|
||||
result += await MarkAsDeleted(commitDto.Id, changeLogIds, commitDto.Creation, token);
|
||||
result += await AddRange(idDiscriminator, commitDto, token);
|
||||
|
||||
await transaction.CommitAsync(token);
|
||||
|
@ -244,7 +244,7 @@ public class ChangeLogControllerTest : BaseIntegrationTest
|
||||
|
||||
[Theory]
|
||||
[InlineData(5, -15, -5, -20, 20, 10)]
|
||||
[InlineData(5, -15, -10, -16, -9, 5)]
|
||||
[InlineData(5, -15, -10, -16, 9, 10)]
|
||||
public async Task GetChangeLogForInterval_returns_success(
|
||||
int insertedCount,
|
||||
int daysBeforeNowChangeLog,
|
||||
|
Loading…
Reference in New Issue
Block a user