mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
lint errors
This commit is contained in:
@@ -55,7 +55,8 @@ class TestBiSqlViewEditor(TransactionCase):
|
||||
|
||||
def test_copy(self):
|
||||
copy_view = self.view.copy()
|
||||
self.assertEqual(copy_view.name, 'Partners View 2 (Copy)', 'Wrong name')
|
||||
self.assertEqual(
|
||||
copy_view.name, 'Partners View 2 (Copy)', 'Wrong name')
|
||||
|
||||
def test_security(self):
|
||||
with self.assertRaises(AccessError):
|
||||
|
||||
Reference in New Issue
Block a user