mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
Two cleanup edits to adventure_arena_test.go: - TestRenderArenaStreakEntry_ShowsMultipliers: Level 50 → 20 (D&D cap). - TestRenderArenaStreakEntry_HighLevel_AllEligible: stale "Level 70" comment retargeted to Level 20. - TestArenaStreakSimulation_FullRun: rename combatLevel → skillBonus (the value flows into arenaRoundReward as the battleSkill arg, not a character level — naming was a CombatLevel-era leftover). New test in adventure_arena_bossflow_test.go: TestArenaBossOutcome_WinSurfacesStagedLogAndBossDeath drives renderBossOutcome directly with a forced-win CombatResult so the assertion is RNG-free, then checks the win path emits a TwinBee BossDeath line before the victory headline plus the trailing d20 roll summary. RenderCombatLog is exercised on the same result to confirm the staged-log phases caller in resolveArenaBoss returns content. go vet ./... + go test ./... clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
31 KiB
31 KiB