Skip to content

Commit

Permalink
update database test
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe da Veiga Leprevost committed Nov 17, 2021
1 parent fa28d41 commit c83df16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dat/dat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func TestBase_ProcessDB(t *testing.T) {
}
d.ProcessDB(tt.args.file, tt.args.decoyTag)

if len(d.Records) != 20371 {
t.Errorf("Number of FASTA entries is incorrect, got %d, want %d", len(d.Records), 20371)
if len(d.Records) != 20360 {
t.Errorf("Number of FASTA entries is incorrect, got %d, want %d", len(d.Records), 20360)
}
})
}
Expand Down

0 comments on commit c83df16

Please sign in to comment.