Apply suggestions from code review of branch faster-stage-tests

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Julian Stirling 2025-08-08 09:32:31 +00:00
parent 90dbb35a9e
commit 3a4b99df55
2 changed files with 3 additions and 3 deletions

View file

@ -234,7 +234,7 @@ def test_move_relative(stage_client, dummy_stage, path):
inverted when appropriate.
NOTE: it is essential that `stage_client` is imported even if any time it is used
dummy client could be used. This is because the fixture that creates stage client
dummy stage could be used. This is because the fixture that creates stage client
handles adding the dummy_stage to a server. It needs to have been added to a
server for it not to throw errors about not being connected to a server.
"""
@ -295,7 +295,7 @@ def test_move_absolute(stage_client, dummy_stage, path):
inverted when appropriate.
NOTE: it is essential that `stage_client` is imported even if any time it is used
dummy client could be used. This is because the fixture that creates stage client
dummy stage could be used. This is because the fixture that creates stage client
handles adding the dummy_stage to a server. It needs to have been added to a
server for it not to throw errors about not being connected to a server.
"""