Skip to content

Commit d2c2e63

Browse files
committed
update test
1 parent b533b3a commit d2c2e63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Networking/Tests/NetworkingTests/PeerTests.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ struct PeerTests {
107107
struct MockPresentStreamHandler: PresistentStreamHandler {
108108
func streamOpened(
109109
connection _: any Networking.ConnectionInfoProtocol,
110-
stream _: any Networking.StreamProtocol<
111-
PeerTests.MockRequest<PeerTests.UniquePresistentStreamKind>
112-
>, kind _: PeerTests.UniquePresistentStreamKind
110+
stream _: any Networking.StreamProtocol<PeerTests.MockRequest<PeerTests.UniquePresistentStreamKind>>,
111+
kind _: PeerTests.UniquePresistentStreamKind
113112
) async throws {}
114113

115114
func handle(

0 commit comments

Comments
 (0)