Add tests for 1.1.0 features
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import XCTest
|
||||
import UIKit
|
||||
@testable import PortfolioJournal
|
||||
|
||||
final class OnboardingViewTests: XCTestCase {
|
||||
func testAppSettingsURLMatchesSystemConstant() {
|
||||
let expected = URL(string: UIApplication.openSettingsURLString)
|
||||
XCTAssertEqual(OnboardingQuickStartView.appSettingsURL(), expected)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user