|
@@ -3,10 +3,7 @@ import XCTest
|
|
|
|
|
|
|
|
final class KeePassTests: XCTestCase {
|
|
final class KeePassTests: XCTestCase {
|
|
|
func testExample() {
|
|
func testExample() {
|
|
|
- // This is an example of a functional test case.
|
|
|
|
|
- // Use XCTAssert and related functions to verify your tests produce the correct
|
|
|
|
|
- // results.
|
|
|
|
|
- XCTAssertEqual(KeePass().text, "Hello, World!")
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static var allTests = [
|
|
static var allTests = [
|