Skip to content

Commit 298525f

Browse files
committed
add end to end tets
save progress save progress 2
1 parent 239d6d2 commit 298525f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/AsyncHTTPClientTests/AsyncAwaitEndToEndTests+XCTest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ extension AsyncAwaitEndToEndTests {
3737
("testPostWithFragmentedAsyncSequenceOfLargeByteBuffers", testPostWithFragmentedAsyncSequenceOfLargeByteBuffers),
3838
("testCanceling", testCanceling),
3939
("testDeadline", testDeadline),
40+
("testConnectTimeout", testConnectTimeout),
4041
("testInvalidURL", testInvalidURL),
4142
]
4243
}

0 commit comments

Comments
 (0)