Commit 2d1f060
committed
fix(client): update test imports to use correct module paths
The client refactoring moved OpenAlexApiError to internal/errors and
OpenAlexClientConfig to internal/client-config. Update the unit test
imports to use these new locations instead of expecting re-exports
from the main client module.1 parent ca34183 commit 2d1f060
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments