Skip to content

Commit

Permalink
add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
evawoodbridge committed Jul 18, 2024
1 parent c578e65 commit 13dd636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/backend/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def test_job_scripts(runner_group, runner):
# Ensure that the template is rendered correctly
template = runner_group.backend.instance_config.template_startup(runner)
assert "echo \"Hello\"" in template
assert "echo \"job completed\"" in template
assert "echo \"job completed\"" in template

0 comments on commit 13dd636

Please sign in to comment.