6 lines
123 B
Swift
6 lines
123 B
Swift
|
|
import XCTest
|
||
|
|
|
||
|
|
final class ForgeLibraryPlaceholderTests: XCTestCase {
|
||
|
|
func testPlaceholder() { XCTAssertTrue(true) }
|
||
|
|
}
|