Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Dec 14, 2023
1 parent 6e331d4 commit 38edb01
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 38edb01

Please sign in to comment.