diff --git a/HellionChat/SelfTests/HonorificHeaderRenderStep.cs b/HellionChat/SelfTests/HonorificHeaderRenderStep.cs index 8d7d704..1f10a32 100644 --- a/HellionChat/SelfTests/HonorificHeaderRenderStep.cs +++ b/HellionChat/SelfTests/HonorificHeaderRenderStep.cs @@ -56,7 +56,16 @@ internal sealed class HonorificHeaderRenderStep : ISelfTestStep _snapshotted = true; var valid = new HonorificTitleData("Champion", false, false, null, null, null, null, null); - var original = new HonorificTitleData("Champion", false, true, null, null, null, null, null); + var original = new HonorificTitleData( + "Champion", + false, + true, + null, + null, + null, + null, + null + ); // Draw at a deliberately wide 420px so the title never hits the truncation // clamp — LastTitleRendered then reflects the GATE outcome, not the width.