Skip to content

Commit 92a400e

Browse files
committed
fix ut
1 parent 468eecf commit 92a400e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/pytest/test_get_metadata.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,3 @@ def test_pytest_func_metainfo():
3232
assert test_pytest_async._metainfo["mode"] == "groupwise"
3333
assert test_pytest_async._metainfo["max_rollout_concurrency"] == 5
3434
assert test_pytest_async._metainfo["max_evaluation_concurrency"] == 10
35-
36-
# Test evaluator ID generation
37-
assert hasattr(test_pytest_async, "_evaluator_id")
38-
evaluator_id = test_pytest_async._evaluator_id
39-
assert evaluator_id.startswith("test_pytest_async")
40-
print(f"Generated evaluator ID: {evaluator_id}")

0 commit comments

Comments
 (0)