From a08dc1f3dbcb6a6325408731410a54546abe8874 Mon Sep 17 00:00:00 2001 From: AaronHForgeFlow Date: Fri, 22 Apr 2022 11:19:00 +0200 Subject: [PATCH] [IMP] rma: cosmetics due to copier update --- rma/tests/test_rma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma/tests/test_rma.py b/rma/tests/test_rma.py index 07fe236d..d7924685 100644 --- a/rma/tests/test_rma.py +++ b/rma/tests/test_rma.py @@ -6,7 +6,7 @@ from odoo.tests import common class TestRma(common.SavepointCase): - """ Test the routes and the quantities """ + """Test the routes and the quantities""" @classmethod def setUpClass(cls):