PyLeap-iOS/FileTransferClient/Tests/FileTransferClientTests/GliderTests.swift
Antonio bcf4e22193 Refactor code to use the new FileTransferClient swift package
Replaced the old reconnection method with the newer multi-connection manager (FileTransferConnectionManager)
2021-10-28 16:47:10 +02:00

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!")
}
}