test: update infra tests for new authentication namespaces

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent a7eafa4966
commit 2a1a03ef6c
3 changed files with 15 additions and 6 deletions
@@ -1,3 +1,5 @@
using FiscalOS.Infra.Authentication;
namespace FiscalOS.Infra.Tests.Unit;
public class PasswordHasherTests
+8 -1
View File
@@ -1 +1,8 @@
global using FiscalOS.Infra.Identity;
global using System.IdentityModel.Tokens.Jwt;
global using AwesomeAssertions.Primitives;
global using FiscalOS.Core.Identity;
global using FiscalOS.Infra.Authentication;
global using FiscalOS.Infra.Tests.Assertions;
global using Microsoft.Extensions.Options;