Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
fixed renormalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Feb 15, 2015
1 parent 4acc79e commit 8a6f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zc/resumelb/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def zkTearDown(test):
zope.testing.setupstack.tearDown(test)

def test_suite():
e1 = r'127.0.0.1:\d+\s+1\s+0.7\s+.1'
e1 = r'127.0.0.1:\d+\s+1\s+0.7\s+0.1'
e2 = r'127.0.0.1:\d+\s+0\s+0.0\s+-'
return unittest.TestSuite((
manuel.testing.TestSuite(
Expand Down

0 comments on commit 8a6f18c

Please sign in to comment.