Browse Source

deindent env.close pytest

Rodrigo Perez-Vicente 2 năm trước cách đây
mục cha
commit
1d0bd89197
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(