style(selftests): wrap HonorificTitleData ctor to satisfy csharpier

Inherited csharpier drift from the 1.8.7 merge (72099c8); format-only, no behaviour change.
This commit is contained in:
2026-06-15 16:18:05 +02:00
parent 74f7bb3fc1
commit c4562dd6a0
@@ -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.