summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/tests/unit/common/models/test_order_lock.py
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/conductor/tests/unit/common/models/test_order_lock.py')
-rw-r--r--conductor/conductor/tests/unit/common/models/test_order_lock.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conductor/conductor/tests/unit/common/models/test_order_lock.py b/conductor/conductor/tests/unit/common/models/test_order_lock.py
index f8a6d06..9884095 100644
--- a/conductor/conductor/tests/unit/common/models/test_order_lock.py
+++ b/conductor/conductor/tests/unit/common/models/test_order_lock.py
@@ -44,5 +44,7 @@ class TestOrder_Lock(unittest.TestCase):
self.assertEqual(self.schema, self.orderLock.schema())
+
+
if __name__ == '__main__':
unittest.main()