Skip to content

Commit

Permalink
fixup: revert accidental docstring change
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jun 29, 2021
1 parent ccdb1e2 commit 4d1bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot-server/tests/sessions/test_sessions_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def test_get_sessions_not_empty(
engine_store: EngineStore,
client: TestClient,
) -> None:
"""It should a collection response when a session exists."""
"""It should return a collection response when a session exists."""
# TODO(mc, 2021-06-23): add actual multi-session support
created_at_1 = datetime.now()

Expand Down

0 comments on commit 4d1bdf4

Please sign in to comment.