Skip to content

Commit

Permalink
fixes TypeError: skipUnless() takes exactly 2 arguments (1 given)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 10, 2017
1 parent ad1c838 commit ba35cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZEO/tests/test_marshal.py
Expand Up @@ -12,7 +12,7 @@

class MarshalTests(unittest.TestCase):

@unittest.skipUnless(_HAVE_ZOPE_UNDO)
@unittest.skipUnless(_HAVE_ZOPE_UNDO, 'ZopeUndo is not installed')
def testServerDecodeZopeUndoFilter(self):
# this is an example (1) of Zope2's arguments for
# undoInfo call. Arguments are encoded by ZEO client
Expand Down

0 comments on commit ba35cf2

Please sign in to comment.