Move DutyState test to before logout

This commit is contained in:
MidoriKami 2023-01-26 14:52:48 -08:00
parent f8919da11f
commit 163001ec33

View file

@ -41,8 +41,8 @@ internal class SelfTestWindow : Window
new LuminaAgingStep<TerritoryType>(),
new PartyFinderAgingStep(),
new HandledExceptionAgingStep(),
new LogoutEventAgingStep(),
new DutyStateAgingStep(),
new LogoutEventAgingStep(),
};
private readonly List<(SelfTestStepResult Result, TimeSpan? Duration)> stepResults = new();