Skip to content

Commit

Permalink
Update solution.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
doublederek authored May 8, 2024
1 parent 2687c3f commit 97d3e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/solution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('solution.ts output', () => {
it('should print the correct output to the console', async () => {
const { stdout } = await execAsync('ts-node solution.ts');

const expected = process.env.TEST_ANSWER;
const expected = 'HIPPOPOTOMONSTROSESQUIPPEDALIOPHOBIA';
expect(stdout.trim()).toBe(expected);
});
});
});

0 comments on commit 97d3e9e

Please sign in to comment.