Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
revert mins
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Jul 16, 2018
1 parent d40389c commit a4cf41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/minhash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fn merge() {
b.add_sequence(b"GTCCGCCCAGTGG", false);

a.merge(&b);
assert_eq!(a.to_vec(), vec![2996412506971915891, 4448613756639084635, 8373222269469409550, 9390240264282449587, 11085758717695534616, 11668188995231815419, 11760449009842383350, 14682565545778736889]);
assert_eq!(a.mins, vec![2996412506971915891, 4448613756639084635, 8373222269469409550, 9390240264282449587, 11085758717695534616, 11668188995231815419, 11760449009842383350, 14682565545778736889]);
}

#[test]
Expand Down

0 comments on commit a4cf41e

Please sign in to comment.