Skip to content

Commit f41efc9

Browse files
authored
Update TestNSURLSession.swift
1 parent 09b3e6d commit f41efc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

TestFoundation/TestNSURLSession.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ class TestURLSession : XCTestCase {
300300

301301
XCTAssert(task.isEqual(task.copy()))
302302
}
303-
<<<<<<< HEAD
304-
=======
305303

306304
func test_cancelTask() {
307305
let serverReady = ServerSemaphore()
@@ -375,7 +373,6 @@ class TestURLSession : XCTestCase {
375373

376374
waitForExpectations(timeout: 30)
377375
}
378-
>>>>>>> 413c913... test for 915
379376
}
380377

381378
class SessionDelegate: NSObject, URLSessionDelegate {

0 commit comments

Comments
 (0)