Skip to content

Commit acfe9dc

Browse files
committed
fix tests
1 parent 01b6423 commit acfe9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ def test_save(caplog) -> None:
10631063
] = 21.0
10641064
config["metadata"]["lens_mode_config"]["6kV_kmodem4.0_30VTOF_453ns_focus.sav"]["Z1"] = 2450
10651065
config["metadata"]["lens_mode_config"]["6kV_kmodem4.0_30VTOF_453ns_focus.sav"]["F"] = 69.23
1066-
config["nexus"]["input_files"] = [package_dir + "/../sed/config/NXmpes_config.json"]
1066+
config["nexus"]["input_files"] = [package_dir + "/../../config/NXmpes_config.json"]
10671067
processor = SedProcessor(
10681068
folder=df_folder,
10691069
config=config,

0 commit comments

Comments
 (0)