Skip to content

Commit f60d826

Browse files
committed
spelling: prepopulated
Signed-off-by: Josh Soref <[email protected]>
1 parent a6ff354 commit f60d826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/code_executors/test_code_executor_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def empty_state() -> State:
2626

2727
@pytest.fixture
2828
def context_with_data() -> CodeExecutorContext:
29-
"""Fixture for a CodeExecutorContext with some pre-populated data."""
29+
"""Fixture for a CodeExecutorContext with some prepopulated data."""
3030
state_data = {
3131
"_code_execution_context": {
3232
"execution_session_id": "session123",

0 commit comments

Comments
 (0)