9 lines
168 B
Swift
9 lines
168 B
Swift
import XCTest
|
|
@testable import RemoteConnSSHPlugin
|
|
|
|
final class RemoteConnSSHPluginTests: XCTestCase {
|
|
func testPlaceholder() {
|
|
XCTAssertTrue(true)
|
|
}
|
|
}
|