Skip to content

Commit 90f75e6

Browse files
committed
[chore] correct typo
closes #336 Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
1 parent 749d0cc commit 90f75e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def __init_subclass__(cls, abstract=False):
442442
if not abstract and not hasattr(cls, "invariant"):
443443
_logger.error("%s (IntegrityCase) must define an invariant method", cls.__name__)
444444

445-
# IntegrityCase should not alterate database:
445+
# IntegrityCase should not alter database:
446446
# TODO give a test cursor, don't commit after prepare, use a protected cursor to set_value
447447

448448
def prepare(self):

0 commit comments

Comments
 (0)