tests(infra.tests): enhance AccountBuilder with metadata handling and expand PlaidTransactionSyncerTests
This commit is contained in:
@@ -29,6 +29,12 @@ internal sealed class AccountBuilder
|
||||
return this;
|
||||
}
|
||||
|
||||
public AccountBuilder WithMetadata(AccountMetadata metadata)
|
||||
{
|
||||
_metadata = metadata;
|
||||
return this;
|
||||
}
|
||||
|
||||
public AccountBuilder WithTransaction(Action<TransactionBuilder>? action = null)
|
||||
{
|
||||
var tb = TransactionBuilder.Create();
|
||||
|
||||
Reference in New Issue
Block a user