Unit test improvements.

This commit is contained in:
2026-07-30 12:35:33 +02:00
parent fe9b68dba0
commit 8145ff1054
22 changed files with 283 additions and 160 deletions
@@ -4,5 +4,5 @@ namespace FinancialApi.Application.Interfaces;
public interface IReversalQuery
{
Task<(JournalEntry?, List<Account>?)> GetReversalDataAsync(Guid journalEntryId);
Task<(BalancedJournalEntry?, List<Account>?)> GetReversalDataAsync(Guid journalEntryId);
}