Skip to content

Commit

Permalink
Merge #1609
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
meili-bors[bot] and amit-ksh authored Dec 11, 2023
2 parents 4aa8ba3 + 8042788 commit 6e376c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/errors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Test on updates', () => {
}
})

test(`Not throw MeiliSearchCommunicationError when throwned error is not MeiliSearchApiError`, async () => {
test(`Not throw MeiliSearchCommunicationError when throwned error is MeiliSearchApiError`, async () => {
fetchMock.mockReject(
new MeiliSearchApiError(
{
Expand Down

0 comments on commit 6e376c5

Please sign in to comment.