forked from DGNum/gestioCOF
Fix: tests cassés par commit précédent
This commit is contained in:
parent
677ba5b92e
commit
786c8f132f
1 changed files with 5 additions and 5 deletions
|
@ -2000,7 +2000,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
|||
"opegroups": [
|
||||
{
|
||||
"add": True,
|
||||
"type": "opegroup",
|
||||
"type": "operation",
|
||||
"at": mock.ANY,
|
||||
"amount": Decimal("-5.00"),
|
||||
"checkout__name": "Checkout",
|
||||
|
@ -2273,7 +2273,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
|||
"opegroups": [
|
||||
{
|
||||
"add": True,
|
||||
"type": "opegroup",
|
||||
"type": "operation",
|
||||
"at": mock.ANY,
|
||||
"amount": Decimal("10.75"),
|
||||
"checkout__name": "Checkout",
|
||||
|
@ -2448,7 +2448,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
|||
"opegroups": [
|
||||
{
|
||||
"add": True,
|
||||
"type": "opegroup",
|
||||
"type": "operation",
|
||||
"at": mock.ANY,
|
||||
"amount": Decimal("-10.75"),
|
||||
"checkout__name": "Checkout",
|
||||
|
@ -2607,7 +2607,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
|||
"opegroups": [
|
||||
{
|
||||
"add": True,
|
||||
"type": "opegroup",
|
||||
"type": "operation",
|
||||
"at": mock.ANY,
|
||||
"amount": Decimal("10.75"),
|
||||
"checkout__name": "Checkout",
|
||||
|
@ -3177,7 +3177,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
|||
"opegroups": [
|
||||
{
|
||||
"add": True,
|
||||
"type": "opegroup",
|
||||
"type": "operation",
|
||||
"at": mock.ANY,
|
||||
"amount": Decimal("-9.00"),
|
||||
"checkout__name": "Checkout",
|
||||
|
|
Loading…
Reference in a new issue