Skip to content

Commit

Permalink
feat(2023): update test name for challenge #11
Browse files Browse the repository at this point in the history
  • Loading branch information
iswilljr committed Dec 11, 2023
1 parent b09cda5 commit 1f8faf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/challenge-11/challenge-11.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const TEST_CASES: TestCases<string, number[] | null> = [
{ args: 'saippuakivikauppias', expected: [] },
]

describe('Challenge #10: Create your owm Christmas tree', () => {
describe('Challenge #11: The studious elves', () => {
buildChallengeTestCases({
cases: TEST_CASES,
fn: getIndexsForPalindrome,
Expand Down

0 comments on commit 1f8faf3

Please sign in to comment.