summaryrefslogtreecommitdiff
path: root/test/orm/test_selectable.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 17:05:50 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 17:05:50 -0400
commit22ba1c43b792953ae6f791512d276739c8c09eae (patch)
treebdf9f639b01426a8a2e1c8c61d35533026dd4265 /test/orm/test_selectable.py
parent27913554a85c308d81e6c018669d0246ceecc639 (diff)
downloadsqlalchemy-22ba1c43b792953ae6f791512d276739c8c09eae.tar.gz
-whitespace bonanza, contd
Diffstat (limited to 'test/orm/test_selectable.py')
-rw-r--r--test/orm/test_selectable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_selectable.py b/test/orm/test_selectable.py
index 97849f845..1a46e3b6d 100644
--- a/test/orm/test_selectable.py
+++ b/test/orm/test_selectable.py
@@ -44,7 +44,7 @@ class SelectableNoFromsTest(fixtures.MappedTest, AssertsCompiledSQL):
selectable = select(["x", "y", "z"]).alias()
assert_raises_message(
- sa.exc.ArgumentError,
+ sa.exc.ArgumentError,
"could not assemble any primary key columns",
mapper, Subset, selectable
)