From 2e881e0203d56bf19a9a7886e71077336acb0ffe Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 5 Aug 2010 00:58:47 -0700 Subject: [PATCH] Typo in test name, thanks jbergstroem. --- tests/patcher_psycopg_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/patcher_psycopg_test.py b/tests/patcher_psycopg_test.py index 863db43..351ddf6 100644 --- a/tests/patcher_psycopg_test.py +++ b/tests/patcher_psycopg_test.py @@ -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']