Skip to content

Commit

Permalink
Delete testing remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 4, 2017
1 parent cb93104 commit 9b9b77c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/locations/markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def test_apportion_suppliers_to_consumers_global_group():
apportion_suppliers_to_consumers(consumers, suppliers)
consumers[0]['suppliers'].sort(key = lambda x: x['location'])
expected[0]['suppliers'].sort(key = lambda x: x['location'])
from datadiff import diff
print(diff(consumers, expected))
assert consumers == expected

def test_apportion_suppliers_to_consumers_global_supplier_excluded():
Expand Down

0 comments on commit 9b9b77c

Please sign in to comment.