Skip to content

Commit

Permalink
Update tests/unit/test_templatevars.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <[email protected]>
  • Loading branch information
wxtim and oliver-sanders authored Jan 27, 2023
1 parent 30d2e6d commit 51810cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_templatevars.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _setup_db(tmp_path_factory):
rf'''
INSERT INTO workflow_params
VALUES
("cylc_version", "{cylc_version}")
("cylc_version", cylc_version)
'''
)
dao.connect().execute(
Expand Down

0 comments on commit 51810cf

Please sign in to comment.