rainbow-dragon/Tests/ForgeProxyTests/PlaceholderTests.swift

6 lines
121 B
Swift
Raw Normal View History

import XCTest
final class ForgeProxyPlaceholderTests: XCTestCase {
func testPlaceholder() { XCTAssertTrue(true) }
}