Commit d277fe60 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix assertion.

parent 579b631e
...@@ -79,7 +79,7 @@ class TestSlapOSCoreSlapOSAssertHostingSubscriptionPredecessorAlarm( ...@@ -79,7 +79,7 @@ class TestSlapOSCoreSlapOSAssertHostingSubscriptionPredecessorAlarm(
self.hosting_subscription.getPredecessorTitleList()) self.hosting_subscription.getPredecessorTitleList())
self.hosting_subscription.HostingSubscription_assertPredecessor() self.hosting_subscription.HostingSubscription_assertPredecessor()
self.assertTrue(self.software_instance.getTitle() in self.assertTrue(self.hosting_subscription.getTitle() in
self.hosting_subscription.getPredecessorTitleList()) self.hosting_subscription.getPredecessorTitleList())
transaction.abort() transaction.abort()
......
197 198
\ 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