mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Reformatted after template update
This commit is contained in:
@@ -34,11 +34,11 @@ class TestWizardPrintRecordLabel(TransactionCase):
|
||||
)
|
||||
|
||||
def test_create_action(self):
|
||||
""" Check the creation of action """
|
||||
"""Check the creation of action"""
|
||||
self.label.create_action()
|
||||
self.assertTrue(self.label.action_window_id)
|
||||
|
||||
def test_unlink_action(self):
|
||||
""" Check the unlink of action """
|
||||
"""Check the unlink of action"""
|
||||
self.label.unlink_action()
|
||||
self.assertFalse(self.label.action_window_id)
|
||||
|
||||
Reference in New Issue
Block a user