Skip to content

Commit

Permalink
Update Role.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 3, 2024
1 parent e7c35f9 commit 1b412e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/structures/Role.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,15 @@ describe("Role", function () {
integration_id: null,
premium_subscriber: null,
},
icon: "hash",
icon: "deadbeef",
},
{
guildId: TEST_DATA.GUILD_ID,
},
);
expect(role._originalIconHash).to.equal("hash");
expect(role._originalIconHash).to.equal(
"000000000000000000000000deadbeef",
);
});
});

Expand Down

0 comments on commit 1b412e1

Please sign in to comment.