fix supply-retreat history parity

This commit is contained in:
2026-07-26 22:40:17 +00:00
parent add93920f6
commit 49a9494810
3 changed files with 18 additions and 0 deletions
+3
View File
@@ -417,5 +417,8 @@ describe('resolveWarBattle', () => {
expect(outcome.conquered).toBe(true);
expect(outcome.reports.length).toBeGreaterThan(0);
expect(outcome.logs.map((log) => log.text)).toContain(
'<M><b>【패퇴】</b></><D><b>TestNation</b></>이 병량 부족으로 <G><b>TestCity</b></>를 뺏기고 말았습니다.'
);
});
});