Skip to content

Instantly share code, notes, and snippets.

@Arrlindii
Created September 20, 2018 09:18
Show Gist options
  • Select an option

  • Save Arrlindii/f5f054b64f13affe87b3e78fdf892c3d to your computer and use it in GitHub Desktop.

Select an option

Save Arrlindii/f5f054b64f13affe87b3e78fdf892c3d to your computer and use it in GitHub Desktop.
func testPaswordRetrive() {
let password = "123456"
let account = "User"
keyChainService.save(password, for: account)
XCTAssertEqual(keyChainService.retrivePassword(for: account), password)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment