Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-harris authored and skeptrunedev committed Dec 31, 2024
1 parent f948df7 commit e71a130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/ts-sdk/src/functions/message/message.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("Message Tests", async () => {
});
test("editMessage", async () => {
const data = await trieve.editMessage({
message_sort_order: 1,
message_sort_order: 0,
new_message_content: "test2",
topic_id: EXAMPLE_TOPIC_ID,
});
Expand Down

0 comments on commit e71a130

Please sign in to comment.