Skip to content

Commit af3e2a0

Browse files
author
Dylan Huang
committed
fix test
1 parent f4fb319 commit af3e2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_logs_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_should_update_status_not_running(self):
265265
eval_metadata=EvalMetadata(
266266
name="test_eval", num_runs=1, aggregation_method="mean", status=Status.rollout_finished()
267267
),
268-
rollout_status=RolloutStatus.rollout_finished(),
268+
rollout_status=Status.rollout_finished(),
269269
pid=12345,
270270
)
271271

0 commit comments

Comments
 (0)