mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
fix pylint
This commit is contained in:
committed by
AaronHForgeFlow
parent
7bbdc44f77
commit
b4ae4e6d41
@@ -172,7 +172,7 @@ class TestRmaStockAccount(TestRma):
|
||||
# When we received we Credited to GDNI 30
|
||||
# When we refund we Debit to GDNI 10
|
||||
self.assertEqual(gdni_balance, -20.0)
|
||||
make_refund = self.rma_refund_wizwith_context(
|
||||
make_refund = self.rma_refund_wiz.with_context(
|
||||
**{
|
||||
"customer": True,
|
||||
"active_ids": rma.ids,
|
||||
|
||||
Reference in New Issue
Block a user