Commit c86b4ca
fix: use deferred.FromValue instead of non-existent NewValuedDeferred
The local_env_test.go was using NewValuedDeferred from a dot-import of
go-libs/v3/testing/utils which doesn't export that symbol. Replace with
deferred.FromValue from go-libs/v3/testing/deferred.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4050671 commit c86b4ca
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments