Skip to content

Commit f91ce7c

Browse files
Ilija VukoticBenGalewsky
authored andcommitted
another test fix
1 parent 1b35691 commit f91ce7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/servicex_did_finder_lib/test_communication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ async def my_callback(did_name: str, info: Dict[str, Any]):
183183
assert seen_name == 'hithere'
184184

185185
# Make sure the file was sent along, along with the completion
186-
SXAdaptor.put_file_add.assert_called_once()
186+
SXAdaptor.put_file_add_bulk.assert_called_once()
187187
SXAdaptor.put_fileset_complete.assert_called_once()
188188

189189

0 commit comments

Comments
 (0)