test: update arena count assertion from 25 to 40

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-09 07:21:19 +00:00
co-authored by Claude Opus 4.6
parent 7b82803868
commit 1d6826c6e2
+2 -2
View File
@@ -2,8 +2,8 @@ import { describe, it, expect } from 'vitest'
import { ARENAS, pickArena, randomArena } from './arenas.js'
describe('ARENAS', () => {
it('has 25 arenas', () => {
expect(ARENAS.length).toBe(25)
it('has 40 arenas', () => {
expect(ARENAS.length).toBe(40)
})
it('all arenas have required fields', () => {