Skip to content

Commit

Permalink
fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
oguna committed May 12, 2024
1 parent f6dec61 commit 68161c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migemo/louds_trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ mod tests {
assert_eq!(actual, Some(10));
assert_eq!(trie.bit_vector.words, vec![1145789805]);
assert_eq!(trie.bit_vector.size_in_bits, 32);
assert_eq!(trie.edges, vec![48, 48, 98, 100, 97, 111, 97, 98, 100, 110, 120, 100, 110, 121,107, 99, 101]);
assert_eq!(trie.edges, vec![32, 32, 98, 100, 97, 111, 97, 98, 100, 110, 120, 100, 110, 121,107, 99, 101]);
}
}

0 comments on commit 68161c9

Please sign in to comment.