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
3 changes: 3 additions & 0 deletions Tests/GRPCHTTP2CoreTests/GRPCStreamStateMachineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ extension HPACKHeaders {
]
}

@available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
final class GRPCStreamClientStateMachineTests: XCTestCase {
private func makeClientStateMachine(
targetState: TargetStateMachineState,
Expand Down Expand Up @@ -1045,6 +1046,7 @@ final class GRPCStreamClientStateMachineTests: XCTestCase {
}
}

@available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
final class GRPCStreamServerStateMachineTests: XCTestCase {
private func makeServerStateMachine(
targetState: TargetStateMachineState,
Expand Down Expand Up @@ -2161,6 +2163,7 @@ final class GRPCStreamServerStateMachineTests: XCTestCase {
}

extension XCTestCase {
@available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
func assertRejectedRPC(
_ action: GRPCStreamStateMachine.OnMetadataReceived,
expression: (HPACKHeaders) throws -> Void
Expand Down