From e411660b806f129db80af1c220b35d5e1d177272 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Fri, 5 Apr 2013 12:01:37 +0200 Subject: [PATCH] Tests: fix missed error in last commit (cannot amend, already pushed for review) --- polymorphic/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymorphic/tests.py b/polymorphic/tests.py index 2992186..7d62d33 100644 --- a/polymorphic/tests.py +++ b/polymorphic/tests.py @@ -305,7 +305,7 @@ class PolymorphicTests(TestCase): self.assertIsInstance(a.uuid_primary_key, uuid.UUID) self.assertIsInstance(a.pk, uuid.UUID) - res = re.sub(' "(.*?)..", topic',', topic', repr(res)) + res = re.sub(' "(.*?)..", topic',', topic', repr(qs)) res_exp = """[ , , ]"""