Skip to content

Commit c112397

Browse files
committed
clean up comments
1 parent b17fc4c commit c112397

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Test/AwsCommonRuntimeKitTests/http/HTTPProxyTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class HTTPProxyTests: XCBaseTestCase {
229229
if (isUseSecitem()) {
230230
XCTAssertEqual(aws_last_error(), Int32(AWS_ERROR_PLATFORM_NOT_SUPPORTED.rawValue))
231231
} else {
232-
// Http proxy should not fail on Apple network framework
232+
// Http proxy should not fail if not using secitem
233233
XCTAssert(false)
234234
}
235235
}

aws-common-runtime/aws-c-http

0 commit comments

Comments
 (0)