11 lines
223 B
Swift
11 lines
223 B
Swift
import XCTest
|
|
@testable import DuooomiBleSDK
|
|
|
|
final class PlaceholderTests: XCTestCase {
|
|
func testExample() throws {
|
|
// Placeholder test to satisfy SwiftPM test target path.
|
|
XCTAssertTrue(true)
|
|
}
|
|
}
|
|
|