Skip to content

Commit

Permalink
Add downloaded experiment file for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
killianrochet committed Dec 20, 2023
1 parent ceec67c commit 9dca82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elab_bridge/tests/test_server_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_download_experiment(initialize_test_dir):


def test_extended_download(initialize_test_dir):
json_file = test_directory / 'testfiles_elab' / 'downloaded_experiment.json'
json_file = test_directory / 'testfiles_elab' / 'downloaded_multiple_experiment.json'

experiment = extended_download(save_to=json_file, server_config_json=SERVER_CONFIG_YAML,
experiment_tags=['BIDS'])
Expand Down

0 comments on commit 9dca82f

Please sign in to comment.