瀏覽代碼

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 = [