Skip to content

Commit

Permalink
assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Sep 29, 2011
1 parent 3eac13f commit 6779df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_multidict.py
Expand Up @@ -367,7 +367,7 @@ def _makeOne(self, *arg, **kw):

def test_is_dict(self):
inst = self._makeOne()
isinstance(inst, dict)
self.assertTrue(isinstance(inst, dict))

def test___setitem__(self):
inst = self._makeOne({'a':1})
Expand Down

0 comments on commit 6779df5

Please sign in to comment.