tests(infra,api): refactor to allow further config of TestApi
This commit is contained in:
@@ -2,12 +2,4 @@ namespace FiscalOS.Infra.Tests.Unit;
|
||||
|
||||
public class PlaidTransactionSyncerTests
|
||||
{
|
||||
private readonly Mock<ILogger<PlaidTransactionSyncer>> _mockSyncer = new();
|
||||
private
|
||||
private readonly PlaidTransactionSyncer _sut;
|
||||
|
||||
public PlaidTransactionSyncer()
|
||||
{
|
||||
_sut = PlaidTransactionSyncer.From();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user