test: make orchestration completion version explicit

This commit is contained in:
kami
2026-07-26 20:39:39 +04:00
parent 3e143cb703
commit 82d8e91959
+1
View File
@@ -94,6 +94,7 @@ func ingest(t *testing.T, s *store.Store, external string) domain.Task {
}
func TestEndToEndIngestRouteLeaseRotateAndComplete(t *testing.T) {
// The completion version is intentionally read after pickup to model the event stream.
s, r, _ := setup(t)
task := ingest(t, s, "one")
h := &harness{occupancy: .95, boundary: true}