From 0fb86b2b906df268c83ed8c7d581fb89c6a62f45 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 7 Feb 2007 16:26:27 +0100 Subject: [PATCH] [svn r38074] fix typo --HG-- branch : trunk --- py/path/testing/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/path/testing/common.py b/py/path/testing/common.py index 0d1502262..8e16aa5d5 100644 --- a/py/path/testing/common.py +++ b/py/path/testing/common.py @@ -135,7 +135,7 @@ class CommonPathTests: 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):