Replaced the old reconnection method with the newer multi-connection manager (FileTransferConnectionManager)
11 lines
339 B
Swift
11 lines
339 B
Swift
import XCTest
|
|
@testable import Glider
|
|
|
|
final class GliderTests: XCTestCase {
|
|
func testExample() throws {
|
|
// This is an example of a functional test case.
|
|
// Use XCTAssert and related functions to verify your tests produce the correct
|
|
// results.
|
|
//XCTAssertEqual(Glider().text, "Hello, World!")
|
|
}
|
|
}
|