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

This commit is contained in:
Stevan Freeborn
2026-03-09 04:29:01 -05:00
parent 98d56fefd7
commit 76df36b18f
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;