Skip to content

Commit 6e376c5

Browse files
Merge #1609
1609: Fix test name in error.test.ts r=brunoocasali a=amit-ksh # Pull Request ## Related issue Fixes #1608 ## What does this PR do? Fixes the test name in `error.test.ts` to accurately reflect the tested functionality. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: amit-ksh <[email protected]>
2 parents 4aa8ba3 + 8042788 commit 6e376c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('Test on updates', () => {
2727
}
2828
})
2929

30-
test(`Not throw MeiliSearchCommunicationError when throwned error is not MeiliSearchApiError`, async () => {
30+
test(`Not throw MeiliSearchCommunicationError when throwned error is MeiliSearchApiError`, async () => {
3131
fetchMock.mockReject(
3232
new MeiliSearchApiError(
3333
{

0 commit comments

Comments
 (0)