Commit 1476255
fix: inject BackendFactory in integration test executor setup
PR #238 made BackendFactory required before Connect(), but setupTestEnv
in roundtrip_helpers_test.go still created a bare Executor without calling
SetBackendFactory(), causing all integration tests to fail with
"no backend factory configured".
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f87c86d commit 1476255
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| 225 | + | |
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
| |||
0 commit comments