Skip to content

Commit 865901c

Browse files
docs(test): sync API reference v0.28.0
1 parent 7d172d3 commit 865901c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/api-references/genlayer-test/direct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,14 +297,14 @@ Returns:
297297
The bool returned by the validator function.
298298

299299
```python
300-
vm.run_validator(leader_result: Any = <object object at 0x7f8d99554ac0>, leader_error: Optional[Exception] = None, index: int = -1)
300+
vm.run_validator(leader_result: Any = <object object at 0x7efc3d994ac0>, leader_error: Optional[Exception] = None, index: int = -1)
301301
```
302302

303303
**Parameters:**
304304

305305
| Parameter | Type | Required | Default |
306306
|-----------|------|----------|---------|
307-
| `leader_result` | `Any` | No | `<object object at 0x7f8d99554ac0>` |
307+
| `leader_result` | `Any` | No | `<object object at 0x7efc3d994ac0>` |
308308
| `leader_error` | `Optional[Exception]` | No | `None` |
309309
| `index` | `int` | No | `-1` |
310310

0 commit comments

Comments
 (0)