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