[py-svn] r38074 - py/trunk/py/path/testing

hpk at codespeak.net hpk at codespeak.net
Wed Feb 7 16:26:31 CET 2007


Author: hpk
Date: Wed Feb  7 16:26:27 2007
New Revision: 38074

Modified:
   py/trunk/py/path/testing/common.py
Log:
fix typo


Modified: py/trunk/py/path/testing/common.py
==============================================================================
--- py/trunk/py/path/testing/common.py	(original)
+++ py/trunk/py/path/testing/common.py	Wed Feb  7 16:26:27 2007
@@ -135,7 +135,7 @@
 
     def test_listdir_fnmatchstring(self):
         l = self.root.listdir('s*dir')
-        assert len(l), 1
+        assert len(l)
         assert l[0], self.root.join('sampledir')
 
     def test_listdir_filter(self):



More information about the pytest-commit mailing list