Skip to content

Commit ab42d63

Browse files
committed
fix unitests
1 parent 2e7addf commit ab42d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock/odoo/odoo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import tests
22
from unittest.mock import MagicMock
3-
registry = MagicMock()
3+
modules = MagicMock()
44
tools = MagicMock()

0 commit comments

Comments
 (0)