Commit 367277d
Fix lint/format failures in Node and Python e2e tests
- nodejs/test/e2e/rpc_remote.e2e.test.ts: re-run prettier --write to
fix a small indent in waitForCondition call.
- python/e2e/test_rpc_server_e2e.py: move LocalSessionMetadataValue
into its correct alphabetical position in the from copilot.rpc
import block (ruff I001).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent beaa1c8 commit 367277d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments