Commit 93ff7596 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_subscription_request: As dates are simetrical on Invoice and Payment,...

slapos_subscription_request: As dates are simetrical on Invoice and Payment, the value is not negative anymore
parent 5bc9c8f8
......@@ -922,7 +922,7 @@ return dict(vads_url_already_registered="%s/already_registered" % (payment_trans
# Here the invoice was payed before the date, so value is negative.
self.assertEqual(round(subscriber.Entity_statOutstandingAmount(at_date=DateTime()), 2),
-expected_amount)
0.0)
self.assertEqual(round(subscriber.Entity_statOutstandingAmount(), 2), 0.0)
......
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