Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusFreitag committed Sep 3, 2017
1 parent b27e5ce commit 30b71ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def test_check_verifier(self):
iv = b'MOqFG9os2R0+IncvQbLVLA=='
key = b'/HFqSCUJa4hmcpjyXyijyv+aNHYSBhBouJ/t2G3vy0k='
verifier = protocol.get_verifier(iv, key)
self.assertEqual(protocol.check_verifier(key, iv, verifier))
self.assertTrue(protocol.check_verifier(key, iv, verifier))

0 comments on commit 30b71ac

Please sign in to comment.