Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Sep 18, 2023
1 parent 3206ddd commit e6fdbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shpc/tests/test_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def test_custom_wrapper_dir(
assert "local wrapperDir = moduleDir" in content

elif module_file.endswith("tcl") and wrapper_type in ["unset", "disabled"]:
assert "set wrapperDir $moduleDir" in content
assert 'set wrapperDir "${moduleDir}"' in content

# Wrappers always generated in either wrapper_dir or module_dir, unless disabled
# bin is generated no matter what, but is populated in one case only
Expand Down

0 comments on commit e6fdbe9

Please sign in to comment.