Typo in test name, thanks jbergstroem.

This commit is contained in:
Ryan Williams
2010-08-05 00:58:47 -07:00
parent d4873bce66
commit 2e881e0203

View File

@@ -35,7 +35,7 @@ print "done"
"""
class PatchingPsycopg(patcher_test.ProcessBase):
def test_psycopg_pached(self):
def test_psycopg_patched(self):
if 'PSYCOPG_TEST_DSN' not in os.environ:
# construct a non-json dsn for the subprocess
psycopg_auth = get_database_auth()['psycopg2']