Skip to content

Commit

Permalink
Update embedBuilder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Jul 17, 2024
1 parent e2e5867 commit b36f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/builder/embedBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ describe("Embed", function () {
embed.setThumbnail("thumbnail");
embed.setAuthor("author");
embed.addField("field", "fieldValue");
expect(embed.toJSON()).to.eql({
expect(embed.toJSON()).to.deep.equal({
type: "rich",
title: "title",
description: "description",
Expand Down

0 comments on commit b36f1f8

Please sign in to comment.