Initial Commit
This commit is contained in:
15
Tests/SwiftRPLidarTests/SwiftRPLidarTests.swift
Normal file
15
Tests/SwiftRPLidarTests/SwiftRPLidarTests.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
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),
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user