Skip to content

Commit

Permalink
forgor to adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Apr 14, 2024
1 parent 85cb229 commit 0c3e59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hikari/test_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def test_make_link_when_guild_is_none(self, message_reference):

def test_make_link_when_id_is_none(self, message_reference):
message_reference.id = None
assert message_reference.make_link() == "https://discord.com/channels/123/456/"
assert message_reference.make_link() == "https://discord.com/channels/123/456"


@pytest.mark.asyncio
Expand Down

0 comments on commit 0c3e59d

Please sign in to comment.