Skip to content

Commit

Permalink
fixing pricy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC committed Oct 20, 2024
1 parent a234a01 commit 16d5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_main_script_execution():

# just make sure it's in the right state
main = __import__(path.stem)
assert main.benchmark.name == "miniwob_tiny_test"
assert main.benchmark == "miniwob_tiny_test"
assert main.reproducibility_mode == False
assert main.relaunch == False
assert main.n_jobs <= 10
Expand Down

0 comments on commit 16d5ce3

Please sign in to comment.