Commit a28b617
test(server): close bolt DB before TempDir cleanup (Windows unlink failure)
TestScanSummaryEnricherAdapterCarriesDeepScan passed its assertions but
failed on windows-latest: t.TempDir cleanup cannot unlink config.db
while the bbolt handle is open. setupTestStorage registers no close;
add an explicit t.Cleanup in this test's seed helper.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent f6dcf5d commit a28b617
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
0 commit comments