From 1f93d2b7b64ad0137e4d4bfc3e9c28a4e0206166 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Mon, 14 Mar 2011 00:20:34 -0400 Subject: [PATCH] Associated was spelled wrong. --- test/engine/test_reflection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3