impl fastexact SearchZips and dedupe diff-id same-job for fastexact

This commit is contained in:
Bel LaPointe
2022-01-27 17:36:17 -07:00
parent 649bae91f2
commit d7d523b0a7
4 changed files with 62 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ func TestFastExactSearchStates(t *testing.T) {
_ = db
if jobs, err := fe.searchStates([]config.State{config.State("NC"), config.State("SC")}); err != nil {
t.Fatal(err)
} else if len(jobs) != 10 {
} else if len(jobs) != 9 {
t.Fatal(len(jobs))
} else {
for _, job := range jobs {