Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed May 6, 2016
1 parent 5f06a68 commit 7d1a6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cipher/session/tests/test_appendict.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test___setitem__list_value_raises_TypeError(self):
mutable = ['A', 'B']
self.assertRaises(TypeError, aod.__setitem__, 'somekey', mutable)

def test___setitem__non_perssistent_inst_value_raises_TypeError(self):
def test___setitem__non_persistent_inst_value_raises_TypeError(self):
aod = self._makeOne()
class Mutable:
pass
Expand Down

0 comments on commit 7d1a6e1

Please sign in to comment.