The test was previously skipped because it called importFromJSONL which spawns a subprocess. During tests, os.Executable() returns the test binary rather than the bd binary, causing the subprocess to fail. Changes: - Remove t.Skip() and TODO comment - Parse JSONL directly using encoding/json instead of subprocess - Call importIssuesCore directly instead of importFromJSONL - Update DB count expectation to reflect actual import behavior (additive) The core ZFC fix behavior is preserved: when divergence is detected, import runs and export is skipped to protect the JSONL source of truth. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 KiB
22 KiB