Commit ffd6883
committed
fix(medcare_bridge): drop the test temp dir instead of mem::forget
CodeRabbit (PR #582): the test helper leaked a temp dir via
std::mem::forget(tmp) on every call. hydrate_once_sync parses the TTL into
the in-memory OntologyRegistry, so the dir isn't needed afterward — let it
drop. medcare_bridge tests 8/8 green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EYvNjD8M8LMNYbRy3gq2FP1 parent 4417a6f commit ffd6883
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
0 commit comments