Skip to content

Commit 971df15

Browse files
committed
[FIX] pre-commmit
1 parent 777c017 commit 971df15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openupgrade_scripts/scripts/base/16.0.1.3/tests/test_newly_installed_end_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from odoo.tests import TransactionCase, tagged
22

33

4-
@tagged('-at_install', 'post_install')
4+
@tagged("-at_install", "post_install")
55
class TestNewlyInstalledEndMigration(TransactionCase):
66
def test_newly_installed_end_migration(self):
77
"""Make sure the code of the end-migration script has been executed"""

0 commit comments

Comments
 (0)