test: update infra tests for new authentication namespaces
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using FiscalOS.Infra.Authentication;
|
||||
|
||||
namespace FiscalOS.Infra.Tests.Unit;
|
||||
|
||||
public class PasswordHasherTests
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user