Closer/iphone/CloserTests/CloserTests.swift

10 lines
193 B
Swift
Raw Permalink Normal View History

import XCTest
@testable import Closer
final class CloserTests: XCTestCase {
func testExample() throws {
// Placeholder add unit tests here.
XCTAssertTrue(true)
}
}