Skip to content

Commit

Permalink
Update test_env_checker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Feb 27, 2024
1 parent 5ca2418 commit d7b7207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_env_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def test_check_reset_options():
)
def test_check_step_determinism(test, func, message: str):
"""Tests the check_step_determinism function."""
check_reset_options(GenericTestEnv(step_func=func))
check_step_seed_determinism(GenericTestEnv(step_func=func))


@pytest.mark.parametrize(
Expand Down

0 comments on commit d7b7207

Please sign in to comment.