Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 21, 2024
1 parent 5f69042 commit 4c5b17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4c5b17a

Please sign in to comment.