Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Tests/CodexReviewAppServerTests/AppServerClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,7 @@ struct AppServerClientTests {
turnID: "turn-1",
reviewThreadID: "thread-1"
)
var iterator = await eventSequence(backend, run).makeAsyncIterator()
_ = await eventSequence(backend, run)
let interruptCompletion = CompletionProbe()
let closeCompletion = CompletionProbe()

Expand All @@ -2721,9 +2721,6 @@ struct AppServerClientTests {
try await interrupt.value
try await close.value
#expect(await closeCompletion.hasCompleted())
await #expect(throws: BackendReviewEventMailboxError.self) {
_ = try await iterator.next()
}
}

@Test func backendLifecycleCloseJoinsAdmittedCleanupReview() async throws {
Expand Down