tests(infra.tests): enhance AccountBuilder with metadata handling and expand PlaidTransactionSyncerTests

This commit is contained in:
Stevan Freeborn
2026-03-08 16:14:51 -05:00
parent 1a4f7fac8d
commit 1c0fdc205e
3 changed files with 300 additions and 0 deletions
+4
View File
@@ -1,6 +1,7 @@
global using System.Globalization;
global using System.IdentityModel.Tokens.Jwt;
global using System.IO.Abstractions;
global using System.Net;
global using System.Security.Cryptography;
global using System.Text;
global using System.Text.Json;
@@ -20,6 +21,9 @@ global using FiscalOS.Infra.Tests.Assertions;
global using FiscalOS.Infra.Tests.Mocks;
global using FiscalOS.Infra.Transactions.Plaid;
global using Going.Plaid;
global using Going.Plaid.Transactions;
global using Microsoft.AspNetCore.Authentication.JwtBearer;
global using Microsoft.AspNetCore.Authorization;
global using Microsoft.AspNetCore.Authorization.Policy;