Skip to content

Commit

Permalink
Fix the test name in error.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-ksh committed Dec 11, 2023
1 parent 802c3c3 commit 8042788
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 8042788

Please sign in to comment.