mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
fix: correct formatting in JwtTokenServiceTests for improved readability
This commit is contained in:
@@ -31,13 +31,13 @@ public class JwtTokenServiceTests
|
|||||||
string username = "alice",
|
string username = "alice",
|
||||||
ServerRole role = ServerRole.Member,
|
ServerRole role = ServerRole.Member,
|
||||||
string? displayName = null) => new()
|
string? displayName = null) => new()
|
||||||
{
|
{
|
||||||
Id = Guid.NewGuid(),
|
Id = Guid.NewGuid(),
|
||||||
Username = username,
|
Username = username,
|
||||||
PasswordHash = "hash",
|
PasswordHash = "hash",
|
||||||
DisplayName = displayName,
|
DisplayName = displayName,
|
||||||
Role = role,
|
Role = role,
|
||||||
};
|
};
|
||||||
|
|
||||||
// ── Constructor ───────────────────────────────────────────────────
|
// ── Constructor ───────────────────────────────────────────────────
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user