Skip to content

Commit

Permalink
Fixed chi_node testing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lamsoa729 committed Jan 4, 2024
1 parent 9307fc0 commit a0f5874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_chi_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_chi_node_subnode_creation(mock_root_dir, mock_create_opts):
"""!Test to make sure subnodes are generated properly.
"""
root_path = mock_root_dir
mock_create_opts.param_file_paths = list(root_path.glob('*.yaml'))
mock_create_opts.param_files = list(root_path.glob('*.yaml'))

cnode = ChiNode(root_path, opts=mock_create_opts)
cnode.make_subnodes()
Expand Down

0 comments on commit a0f5874

Please sign in to comment.