Skip to content

Commit

Permalink
Update test/test_unit_template_default.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Köch <[email protected]>
  • Loading branch information
2 people authored and TheLocehiliosan committed Feb 17, 2022
1 parent b0e0856 commit 487f030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_unit_template_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def test_env(runner, yadm, tmpdir):
run = runner(command=['bash'], inp=script)
assert run.success
assert run.err == ''
assert output_file.read() == os.environ['PWD']
assert output_file.read().strip() == os.environ['PWD']

0 comments on commit 487f030

Please sign in to comment.