Skip to content

Commit

Permalink
test: remove call to test_gym_environment to avoid test-function runn…
Browse files Browse the repository at this point in the history
…ing twice.
  • Loading branch information
ChristianFredrikJohnsen committed Sep 24, 2024
1 parent aacfe7f commit 2c408fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/mario_rendering_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ def test_gym_environment():
_ = env.reset() # Discarding the new state
env.render()
env.close()

test_gym_environment()

0 comments on commit 2c408fd

Please sign in to comment.