mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Remove unnecessary checks
This commit is contained in:
@@ -2,7 +2,3 @@
|
||||
# © 2013 ACSONE SA/NV
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
||||
from . import test_bankaccount_completion
|
||||
|
||||
checks = [
|
||||
test_bankaccount_completion
|
||||
]
|
||||
|
||||
@@ -6,8 +6,3 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
||||
from . import test_base_completion
|
||||
from . import test_base_import
|
||||
|
||||
checks = [
|
||||
test_base_completion,
|
||||
test_base_import
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user