Forráskód Böngészése

Remove default tests

maxep 6 éve
szülő
commit
3af2eb831b
1 módosított fájl, 1 hozzáadás és 4 törlés
  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 = [