From b2ebfddd8bee0ed03f25efb9df2868581969d280 Mon Sep 17 00:00:00 2001 From: Malar Kannan Date: Mon, 3 Jul 2017 17:22:23 +0530 Subject: [PATCH] included a main test in cyclic_contracts --- cyclic_contracts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclic_contracts.py b/cyclic_contracts.py index 4b46276..1b14ad6 100644 --- a/cyclic_contracts.py +++ b/cyclic_contracts.py @@ -71,4 +71,4 @@ class Transporter(object): return rem_routes(self.contract_routes()) if __name__ == '__main__': - Transporter.from_file('./contracts.txt').contracts_required() + Transporter.from_file('./contracts_test.txt').contracts_required()