We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d722f4f commit 4fdd5f2Copy full SHA for 4fdd5f2
tests/unittests/code_executors/test_code_executor_context.py
@@ -26,7 +26,7 @@ def empty_state() -> State:
26
27
@pytest.fixture
28
def context_with_data() -> CodeExecutorContext:
29
- """Fixture for a CodeExecutorContext with some pre-populated data."""
+ """Fixture for a CodeExecutorContext with some prepopulated data."""
30
state_data = {
31
"_code_execution_context": {
32
"execution_session_id": "session123",
0 commit comments