Skip to content

Commit

Permalink
correct fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Jun 3, 2022
1 parent 0a6ac4a commit 484807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/servicex_did_finder_lib/test_communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ async def my_user_callback(did, info):

assert SXAdaptor.put_file_add.call_count == 1
assert SXAdaptor.put_file_add.call_args_list[0][0][0][0]['paths'][0] == '/tmp/foo'
assert SXAdaptor.put_file_add.call_args_list[0][1][0][0]['paths'][0] == '/tmp/bar'
assert SXAdaptor.put_file_add.call_args_list[0][0][0][1]['paths'][0] == '/tmp/bar'

SXAdaptor.put_fileset_complete.assert_called_once
assert SXAdaptor.put_fileset_complete.call_args[0][0]['files'] == 2
Expand Down

0 comments on commit 484807c

Please sign in to comment.