Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nsc committed Jul 9, 2023
1 parent 94e4a9e commit 1513cd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/SwiftTLSTests/TLSTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@ class TLSTests: XCTestCase {
}

try await serverSideClientSocket?.write([4,5,6])

await serverSideClientSocket?.close()
}

await server.close()
} catch(let error) {
XCTFail("\(error)")
Expand Down

0 comments on commit 1513cd9

Please sign in to comment.