diff --git a/src/bundles/scrabble/__tests__/index.ts b/src/bundles/scrabble/__tests__/index.ts index dbbf31d84..9f27fb8f3 100644 --- a/src/bundles/scrabble/__tests__/index.ts +++ b/src/bundles/scrabble/__tests__/index.ts @@ -2,7 +2,7 @@ import { scrabble_words } from '../functions'; // Test functions -test('get the first word in the array', () => { +test('get the word in the array at index 12', () => { expect(scrabble_words[12]) .toBe('aardwolves'); });