Commit 0441d9fd authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup test.

invoice_2 is not updated.
parent f57ff0ca
...@@ -798,7 +798,8 @@ class TestSlapOSSaleInvoiceTransactionBuilder(TestSlapOSSalePackingListBuilder): ...@@ -798,7 +798,8 @@ class TestSlapOSSaleInvoiceTransactionBuilder(TestSlapOSSalePackingListBuilder):
transation_model_line_1_rec_bis2.getParentValue().getRelativeUrl()) transation_model_line_1_rec_bis2.getParentValue().getRelativeUrl())
checkTransactionedInvoice(invoice_1) checkTransactionedInvoice(invoice_1)
checkTransactionedInvoice(invoice_2) self.assertEqual('solved', invoice_2.getCausalityState())
self.assertEqual('confirmed', invoice_2.getSimulationState())
class TestSlapOSSaleInvoiceTransactionTradeModelBuilder(TestSlapOSSalePackingListBuilder): class TestSlapOSSaleInvoiceTransactionTradeModelBuilder(TestSlapOSSalePackingListBuilder):
def test(self): def test(self):
......
132 133
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment