Skip to content

Commit

Permalink
Fix test that erroneously calls itself instead of waiting for pytest …
Browse files Browse the repository at this point in the history
…to call it (#1742)
  • Loading branch information
cspotcode committed May 5, 2023
1 parent 3988d07 commit b37250f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/sprite/test_sprite_gif.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
def test_sprite_gif():
sprite = arcade.load_animated_gif(":resources:images/test_textures/anim.gif")
assert len(sprite.textures) == 8



test_sprite_gif()

0 comments on commit b37250f

Please sign in to comment.