diff options
Diffstat (limited to 'test/orm/test_composites.py')
-rw-r--r-- | test/orm/test_composites.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_composites.py b/test/orm/test_composites.py index 5fb7cf50f..b91c21d32 100644 --- a/test/orm/test_composites.py +++ b/test/orm/test_composites.py @@ -377,7 +377,7 @@ class PointTest(fixtures.MappedTest, testing.AssertsCompiledSQL): """test saving a null composite value See google groups thread for more context: - http://groups.google.com/group/sqlalchemy/browse_thread/thread/0c6580a1761b2c29 + https://groups.google.com/group/sqlalchemy/browse_thread/thread/0c6580a1761b2c29 """ |