From 4c5b17a88d6f1facad5baff89430b8cf57026f52 Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:42:02 +0000 Subject: [PATCH] fix tests --- test/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Client.js b/test/Client.js index 6904ca5b..994398cc 100644 --- a/test/Client.js +++ b/test/Client.js @@ -375,7 +375,7 @@ describe("Client", function () { await client.createEmoji({ name: "test", image: "testImage" }); expect(request).to.be.calledOnce; expect(request).to.be.calledOnceWith( - "createClientEmoji", + "postAddClientEmoji", [TEST_DATA.CLIENT_USER.id], { name: "test",