test: update arena count assertion from 25 to 40
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7b82803868
commit
49bd388d3a
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user