Skip to content

Commit

Permalink
clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Nov 18, 2024
1 parent ec20820 commit cdc4e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotate/seqvars/csq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ mod test {
// vep sometimes only reports a coding_sequence_variant, so we accept anything
let found_one = found_one
|| path_tsv.contains(".vep")
&& (record_csqs == &["coding_sequence_variant"]
&& (record_csqs == ["coding_sequence_variant"]
&& !expected_one_of.is_empty());

// It is common that the other tool predicts a frameshift variant while the actual prediction
Expand Down

0 comments on commit cdc4e77

Please sign in to comment.