We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777c017 commit 971df15Copy full SHA for 971df15
1 file changed
openupgrade_scripts/scripts/base/16.0.1.3/tests/test_newly_installed_end_migration.py
@@ -1,7 +1,7 @@
1
from odoo.tests import TransactionCase, tagged
2
3
4
-@tagged('-at_install', 'post_install')
+@tagged("-at_install", "post_install")
5
class TestNewlyInstalledEndMigration(TransactionCase):
6
def test_newly_installed_end_migration(self):
7
"""Make sure the code of the end-migration script has been executed"""
0 commit comments