fix: correct formatting in JwtTokenServiceTests for improved readability

This commit is contained in:
HueByte
2026-02-20 23:02:51 +01:00
committed by Hue
parent 50817ce6e9
commit 411042c397
+7 -7
View File
@@ -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 ───────────────────────────────────────────────────