Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Leopold Talirz <[email protected]>
  • Loading branch information
chrisjsewell and ltalirz authored Feb 9, 2021
1 parent 5b9373a commit d33ec0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cmdline/commands/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_delete_partial(self):
"""Test the `verdi profile delete` command.
.. note:: we skip deleting the database as this might require sudo rights and this is tested in the CI tests
defined in the file `.github/ci_only_tests/test_profile.py`
defined in the file `.github/system_tests/test_profile.py`
"""
self.mock_profiles()

Expand Down
2 changes: 1 addition & 1 deletion tests/engine/test_process_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_launchers(self):
self.assertTrue(isinstance(node, orm.CalcFunctionNode))

# Process function can be submitted and will be run by a daemon worker as long as the function is importable
# Note that the actual running is not tested here but is done so in `.github/ci_only_tests/test_daemon.py`.
# Note that the actual running is not tested here but is done so in `.github/system_tests/test_daemon.py`.
node = submit(add_multiply, x=orm.Int(1), y=orm.Int(2), z=orm.Int(3))
assert isinstance(node, orm.WorkFunctionNode)

Expand Down

0 comments on commit d33ec0c

Please sign in to comment.