Skip to content

Commit

Permalink
Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Apr 5, 2024
1 parent 29f8b1b commit b2f7948
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_scicat_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def test_build_scicat_config_default(main_arg_parser: argparse.ArgumentParser) -

scicat_namespace = main_arg_parser.parse_args()
scicat_config = build_scicat_config(scicat_namespace)
assert scicat_config.original_dict['options']['config_file'] == 'config.json'
assert scicat_config.run_options.config_file == 'config.20240405.json'


Expand Down

0 comments on commit b2f7948

Please sign in to comment.