ソースを参照

Remove default tests

maxep 6 年 前
コミット
3af2eb831b
1 ファイル変更1 行追加4 行削除
  1. 1 4
      Tests/KeePassTests/KeePassTests.swift

+ 1 - 4
Tests/KeePassTests/KeePassTests.swift

@@ -3,10 +3,7 @@ import XCTest
 
 final class KeePassTests: XCTestCase {
     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 = [