Skip to content

Commit f726eb5

Browse files
fix docstring
1 parent ac062d1 commit f726eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def client(tmp_path, export_state_file):
8383

8484
@pytest.fixture
8585
def client_single(tmp_path, export_state_file):
86-
"""Flask test client with one seeded session ? for search/limit tests."""
86+
"""Flask test client with one seeded session for search/limit tests."""
8787
return _make_test_client(tmp_path, {"session_abc123.jsonl": "session_minimal.jsonl"})
8888

8989

0 commit comments

Comments
 (0)