Skip to content

Commit

Permalink
another test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Jun 4, 2022
1 parent 178559e commit c8918c3
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 @@ -183,7 +183,7 @@ async def my_callback(did_name: str, info: Dict[str, Any]):
assert seen_name == 'hithere'

# Make sure the file was sent along, along with the completion
SXAdaptor.put_file_add.assert_called_once()
SXAdaptor.put_file_add_bulk.assert_called_once()
SXAdaptor.put_fileset_complete.assert_called_once()


Expand Down

0 comments on commit c8918c3

Please sign in to comment.