Skip to content

Commit

Permalink
chore: remove a test we no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed May 16, 2024
1 parent b262629 commit f750e42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_disnake.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ def test_deferred_without_send():
assert isinstance(inter.deferred_without_send, bool)
assert hasattr(inter, "has_been_followed_up")
assert isinstance(inter.has_been_followed_up, bool)


def test_try_fetch_icon_url():
assert hasattr(disnake.Guild, "try_fetch_icon_url")

0 comments on commit f750e42

Please sign in to comment.