mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +03:00
Fixed broken test decorator preventing 3 tests to run
This commit is contained in:
parent
0f8de70e59
commit
802381358a
|
@ -395,6 +395,8 @@ def skip_if_no_truncate(f):
|
||||||
|
|
||||||
return f(self)
|
return f(self)
|
||||||
|
|
||||||
|
return skip_if_no_truncate_
|
||||||
|
|
||||||
class LargeObjectTruncateTests(LargeObjectMixin, unittest.TestCase):
|
class LargeObjectTruncateTests(LargeObjectMixin, unittest.TestCase):
|
||||||
def test_truncate(self):
|
def test_truncate(self):
|
||||||
lo = self.conn.lobject()
|
lo = self.conn.lobject()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user