Skip to content

Commit

Permalink
Fix FT
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jan 4, 2024
1 parent d53f2d3 commit c4b1319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/file_transfer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def workflow():
rm._delete_result(dispatch_id)

assert len(workflow_result.result) == 2
assert workflow_result.result == (MOCK_CONTENTS, MOCK_CONTENTS)
assert workflow_result.result == [MOCK_CONTENTS, MOCK_CONTENTS]
for f in [source_file_1, dest_file_1, source_file_2, dest_file_2]:
f.unlink()

Expand Down

0 comments on commit c4b1319

Please sign in to comment.