Browse Source

deindent env.close pytest

Rodrigo Perez-Vicente 2 years ago
parent
commit
1d0bd89197
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_wrappers.py

+ 1 - 1
tests/test_wrappers.py

@@ -158,7 +158,7 @@ def test_main_wrappers(wrapper, env_spec):
     for _ in range(10):
         env.reset()
         env.step(0)
-        env.close()
+    env.close()
 
 
 @pytest.mark.parametrize(