We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b533b3a commit d2c2e63Copy full SHA for d2c2e63
Networking/Tests/NetworkingTests/PeerTests.swift
@@ -107,9 +107,8 @@ struct PeerTests {
107
struct MockPresentStreamHandler: PresistentStreamHandler {
108
func streamOpened(
109
connection _: any Networking.ConnectionInfoProtocol,
110
- stream _: any Networking.StreamProtocol<
111
- PeerTests.MockRequest<PeerTests.UniquePresistentStreamKind>
112
- >, kind _: PeerTests.UniquePresistentStreamKind
+ stream _: any Networking.StreamProtocol<PeerTests.MockRequest<PeerTests.UniquePresistentStreamKind>>,
+ kind _: PeerTests.UniquePresistentStreamKind
113
) async throws {}
114
115
func handle(
0 commit comments