Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Dec 17, 2024
1 parent 11db611 commit d2300b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/index/revindex/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ mod test {
)?;

assert_eq!(matches.len(), 1);
assert_eq!(matches[0].name(), "../genome-s10.fa.gz");
assert_eq!(matches[0].name(), ""); // signature name is empty
assert_eq!(matches[0].f_match(), 1.0);

Ok(())
Expand Down

0 comments on commit d2300b7

Please sign in to comment.