Skip to content

Commit 0a90eb4

Browse files
committed
test(reviewer-bot): cover tracked workflow-run noop paths
1 parent 7495e7d commit 0a90eb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/reviewer_bot/test_reconcile_unit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ def test_handle_workflow_run_event_result_collects_touched_item(monkeypatch):
252252
}
253253
)
254254
state = make_state(epoch="freshness_v15")
255+
review = review_state.ensure_review_entry(state, 42, create=True)
256+
assert review is not None
255257

256258
result = reconcile.handle_workflow_run_event_result(runtime, state)
257259

0 commit comments

Comments
 (0)