Commit 503f790e authored by Łukasz Nowak's avatar Łukasz Nowak

Obey ordering.

parent 3647a8ed
...@@ -422,7 +422,7 @@ class TestVifibInstanceHostingRelatedDocument(TestVifibSlapWebServiceMixin): ...@@ -422,7 +422,7 @@ class TestVifibInstanceHostingRelatedDocument(TestVifibSlapWebServiceMixin):
aggregate_relative_url=hosting_subscription_url, aggregate_relative_url=hosting_subscription_url,
resource_relative_url=sequence['subscription_resource']) resource_relative_url=sequence['subscription_resource'])
self.assertEqual(2, len(subscription_invoice_line_list)) self.assertEqual(2, len(subscription_invoice_line_list))
self.assertEqual(['started', 'planned'], self.assertEqual(['planned', 'started'],
sorted([q.getSimulationState() for q in subscription_invoice_line_list])) sorted([q.getSimulationState() for q in subscription_invoice_line_list]))
# there are three invoice lines, where two share same invoice # there are three invoice lines, where two share same invoice
......
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