Files
swiftrplidar/Tests/SwiftRPLidarTests/SwiftRPLidarTests.swift
2020-05-24 19:32:38 +09:30

16 lines
421 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),
]
}