소스 검색

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