Skip to content

Commit

Permalink
test(http-snippet): update casing
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavrajsingh2001 committed Sep 30, 2024
1 parent 4291207 commit 59ce484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpsnippet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('hTTPSnippet', () => {
// @ts-expect-error intentionally incorrect
const attempt = () => new HTTPSnippet({ ziltoid: 'the omniscient' });

expect(attempt).toThrow('validation failed');
expect(attempt).toThrow('Validation Failed');
});

it('should parse HAR file with multiple entries', () => {
Expand Down

0 comments on commit 59ce484

Please sign in to comment.