Skip to content

Commit

Permalink
Fixes comparison in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Oct 27, 2018
1 parent ea09825 commit bc66573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring/tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_credential(self):
keyring = self.keyring
get = keyring.get_credential

assert get('service1', None) == (None, None)
assert get('service1', None) == None
self.set_password('service1', 'user1', 'password1')
self.set_password('service1', 'user2', 'password2')

Expand Down

0 comments on commit bc66573

Please sign in to comment.