File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ class TestURLSession : LoopbackServerTest {
611611 config. timeoutIntervalForResource = 604800
612612 config. networkServiceType = . default
613613 config. allowsCellularAccess = false
614- config. isDiscretionary = true
614+ config. discretionary = true
615615 config. httpShouldUsePipelining = true
616616 config. httpShouldSetCookies = true
617617 config. httpCookieAcceptPolicy = . always
@@ -626,7 +626,7 @@ class TestURLSession : LoopbackServerTest {
626626 XCTAssertEqual ( config. timeoutIntervalForResource, 604800 )
627627 XCTAssertEqual ( config. networkServiceType, NSURLRequest . NetworkServiceType. default)
628628 XCTAssertEqual ( config. allowsCellularAccess, false )
629- XCTAssertEqual ( config. isDiscretionary , true )
629+ XCTAssertEqual ( config. discretionary , true )
630630 XCTAssertEqual ( config. httpShouldUsePipelining, true )
631631 XCTAssertEqual ( config. httpShouldSetCookies, true )
632632 XCTAssertEqual ( config. httpCookieAcceptPolicy, HTTPCookie . AcceptPolicy. always)
You can’t perform that action at this time.
0 commit comments