Skip to content

Commit

Permalink
fix: reflect fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah authored Dec 4, 2023
1 parent 88d123e commit fe1cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/search/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('search/search', () => {

await expect(search('node', { vqd: SEARCH_QUERY_VQD })).to.eventually.be.rejectedWith(
Error,
'DDG detected an anonaly in the request, you are likely making requests too quickly.'
'DDG detected an anomaly in the request, you are likely making requests too quickly.'
);
scope.done();
});
Expand Down

0 comments on commit fe1cb99

Please sign in to comment.