Files
swiftrplidar/Tests/SwiftRPLidarTests/SwiftRPLidarTests.swift
2020-07-09 20:18:56 +09:30

16 lines
423 B
Swift

import XCTest
@testable import SwiftRPLidar
final class SwiftRPLidarTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
// XCTAssertEqual(SwiftRPLidar().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}