From: Michael Trier Date: Mon, 14 Mar 2011 04:20:34 +0000 (-0400) Subject: Associated was spelled wrong. X-Git-Tag: rel_0_7b3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f93d2b7b64ad0137e4d4bfc3e9c28a4e0206166;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Associated was spelled wrong. --- diff --git a/test/engine/test_reflection.py b/test/engine/test_reflection.py index a83c332cb0..ee820c9dcb 100644 --- a/test/engine/test_reflection.py +++ b/test/engine/test_reflection.py @@ -547,7 +547,7 @@ class ReflectionTest(TestBase, ComparesTables): ) assert_raises_message(sa.exc.InvalidRequestError, - "Foreign key assocated with column 'slots.pkg_id' " + "Foreign key associated with column 'slots.pkg_id' " "could not find table 'pkgs' with which to generate " "a foreign key to target column 'pkg_id'", metadata.create_all)