feat: verify scanner engine acceptance criteria

Confirm normalization + 0.85 threshold, IsIgnored skip, per-artist scoping,
and zero-threshold→default contract. Added TestScanArtist_ZeroThresholdUsesDefault,
fixed gofmt on two test files. Coverage: scanner 90.3%, normalize 100.0%.
This commit is contained in:
2026-07-19 18:21:51 +03:00
parent c2da8c2095
commit 9fc89fd5a4
4 changed files with 39 additions and 16 deletions

View File

@@ -888,4 +888,3 @@ func TestSyncArtistDiscography_ResyncWithNotifications(t *testing.T) {
t.Errorf("expected 0 notifications after resync, got %d", count)
}
}