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
1d6826c6e2
@@ -2,8 +2,8 @@ import { describe, it, expect } from 'vitest'
|
|||||||
import { ARENAS, pickArena, randomArena } from './arenas.js'
|
import { ARENAS, pickArena, randomArena } from './arenas.js'
|
||||||
|
|
||||||
describe('ARENAS', () => {
|
describe('ARENAS', () => {
|
||||||
it('has 25 arenas', () => {
|
it('has 40 arenas', () => {
|
||||||
expect(ARENAS.length).toBe(25)
|
expect(ARENAS.length).toBe(40)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('all arenas have required fields', () => {
|
it('all arenas have required fields', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user