Skip to content

Commit

Permalink
Update test for new folder removal
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed May 1, 2024
1 parent 31f561b commit 71ce900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_slurm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ def test_setup_slurm(_mock_CachedSession,
[f'mkdir -p {dpath}', f'mkdir -p {spath}', f'mkdir -p {ipath}'])
# 2 git
mock_run.assert_any_call(
['git clone "$REPOSRC" "$LOCALREPO" 2> /dev/null || git -C "$LOCALREPO" pull'],
['rm -rf "$LOCALREPO" && git clone "$REPOSRC" "$LOCALREPO" 2> /dev/null'],
{"REPOSRC": srepo, "LOCALREPO": spath})

# 3 converters
Expand Down

0 comments on commit 71ce900

Please sign in to comment.