mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-04 00:56:05 +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",
|
||||
ServerRole role = ServerRole.Member,
|
||||
string? displayName = null) => new()
|
||||
{
|
||||
Id = Guid.NewGuid(),
|
||||
Username = username,
|
||||
PasswordHash = "hash",
|
||||
DisplayName = displayName,
|
||||
Role = role,
|
||||
};
|
||||
{
|
||||
Id = Guid.NewGuid(),
|
||||
Username = username,
|
||||
PasswordHash = "hash",
|
||||
DisplayName = displayName,
|
||||
Role = role,
|
||||
};
|
||||
|
||||
// ── Constructor ───────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user