fix(web): carry the combat rewards field into the resume-combat fixture

The merge brought in `CombatDto.rewards`, which the resume spec's fixture
predates.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Bastian Wagner
2026-08-20 10:41:40 +02:00
parent a87a13fad2
commit d174d46fbd

View File

@@ -19,6 +19,7 @@ const runningCombat: Combat = {
artworkPath: '/images/enemies/RoadBandit.png', artworkPath: '/images/enemies/RoadBandit.png',
}, },
events: [], events: [],
rewards: null,
}; };
describe('resuming an interrupted combat', () => { describe('resuming an interrupted combat', () => {