test: harden exhaustive compatibility suites

This commit is contained in:
2026-07-30 16:19:30 +00:00
parent 4ebd3fd39b
commit a9dbb3fd4d
28 changed files with 454 additions and 97 deletions
@@ -99,7 +99,7 @@ integration('legacy instant diplomacy responses', () => {
expect(addedLogs(trace).map((log) => [log.generalId, log.category])).toEqual([
[1, 'history'],
[1, 'action'],
[0, 'history'],
[0, 'summary'],
[2, 'history'],
[2, 'action'],
]);
@@ -130,7 +130,7 @@ integration('legacy instant diplomacy responses', () => {
expect(addedLogs(trace).map((log) => [log.generalId, log.category])).toEqual([
[1, 'history'],
[1, 'action'],
[0, 'history'],
[0, 'summary'],
[2, 'history'],
[2, 'action'],
]);