Skip to content

Commit

Permalink
Text: Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Oct 22, 2024
1 parent 113a786 commit a524aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/usearch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ test('Serialization', async (t) => {
() => index.remove(42n),
{
name: 'Error',
message: "Can't remove to an immutable index"
message: "Can't remove from an immutable index"
}
);
});
Expand Down

0 comments on commit a524aa7

Please sign in to comment.