Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Commented out un-implemented unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrendel-dil committed May 4, 2019
1 parent 0b97617 commit 94697f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions SwiftKeychainWrapperTests/KeychainWrapperDeleteTests.swift
Expand Up @@ -58,11 +58,11 @@ class KeychainWrapperDeleteTests: XCTestCase {
KeychainWrapper.standard.removeObject(forKey: testKey)
}

func testRemoveAllKeysOnlyRemovesKeysForCurrentServiceName() {

}

func testRemoveAllKeysOnlyRemovesKeysForCurrentAccessGroup() {

}
// func testRemoveAllKeysOnlyRemovesKeysForCurrentServiceName() {
//
// }
//
// func testRemoveAllKeysOnlyRemovesKeysForCurrentAccessGroup() {
//
// }
}

0 comments on commit 94697f0

Please sign in to comment.