Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Dec 28, 2024
1 parent 8f6db8e commit e2c2743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/structures/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ describe("Message", function () {
const message = TEST_MESSAGES.GENERIC_MESSAGE(client);
expect(message.embeds).to.deep.equal([
{
author: undefined,
color: TEST_DATA.MESSAGE.embeds[0].color,
description: TEST_DATA.MESSAGE.embeds[0].description,
fields: [
Expand Down

0 comments on commit e2c2743

Please sign in to comment.