mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX+IMP] contract: Fix tests + Batch modifications
This commit is contained in:
committed by
Pedro M. Baeza
parent
c09c93cda6
commit
6daf88a437
@@ -168,7 +168,7 @@ class TestContract(TestContractBase):
|
||||
("model", "=", "contract.contract"),
|
||||
("res_id", "=", self.contract.id),
|
||||
])
|
||||
self.assertGreaterEqual(len(mail_messages), 3)
|
||||
self.assertGreaterEqual(len(mail_messages), 2)
|
||||
|
||||
def test_check_discount(self):
|
||||
with self.assertRaises(ValidationError):
|
||||
|
||||
Reference in New Issue
Block a user