Skip to content

Commit

Permalink
take out print
Browse files Browse the repository at this point in the history
  • Loading branch information
KorayKirli committed Feb 14, 2019
1 parent f8b8053 commit 086d32f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_ff_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,6 @@ def test_expand_es_metadata(integrated_ff):
test_list = ['7f9eb396-5c1a-4c5e-aebf-28ea39d6a50f']
key, ff_env = integrated_ff['ff_key'], integrated_ff['ff_env']
store, uuids = ff_utils.expand_es_metadata(test_list, key=key, ff_env=ff_env)
print(store.keys())

for pos_case in ['file_processed', 'user', 'file_format', 'award', 'lab']:
assert pos_case in store
for neg_case in ['workflow_run_awsem', 'workflow', 'file_reference', 'software', 'workflow_run_sbg',
Expand Down

0 comments on commit 086d32f

Please sign in to comment.