Skip to content

Commit

Permalink
fixup! OjtPhoneme::{start,end}を消す
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 19, 2024
1 parent 210f7b1 commit cff7d9a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ mod tests {
#[rstest]
#[case(ojt_hello_hiho(), 9, OjtPhoneme::new("a".into()), true)]
#[case(ojt_hello_hiho(), 9, OjtPhoneme::new("k".into()), false)]
#[case(ojt_hello_hiho(), 9, OjtPhoneme::new("a".into()), false)]
fn test_ojt_phoneme_equality(
#[case] ojt_phonemes: Vec<OjtPhoneme>,
#[case] index: usize,
Expand Down

0 comments on commit cff7d9a

Please sign in to comment.